Commit 704cba1
fix(ci): enable automatic Release PR creation in changesets workflow (#543)
* fix(ci): enable changeset commits for Release PR creation
- Set 'commit: true' in .changeset/config.json so changesets/action@v1 can commit version changes
- Add commitMessage template to match release prefix
- Add 'title' option to changesets/action for consistent Release PR naming
- Without these fixes, Release PR was not being created despite 14 pending changesets
This enables the full workflow:
1. changesets.yml detects changesets and creates 'Version Packages' PR
2. PR merges → publish step runs (changeset:tag)
3. GitHub release created → release.yml builds Docker image
Also fix: format if/else blocks in rate-limiter test to meet linting standards
* fix(ci): add required permissions to changesets workflow
- Add 'contents: write' for committing version changes
- Add 'pull-requests: write' for creating Release PRs
These permissions are required for changesets/action to properly
create and manage the Release PR workflow.
* chore: add empty changeset for CI workflow fixes
---------
Co-authored-by: Ricardo Cabral <me@ricardocabral.io>1 parent a89a95e commit 704cba1
4 files changed
Lines changed: 14 additions & 4 deletions
File tree
- .changeset
- .github/workflows
- test/integration/features/rate-limiter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments