Commit b085cc8
committed
ci: commit version bump directly via @semantic-release/git
Replace the bespoke bump-version action + PR flow with the standard
@semantic-release/git plugin. semantic-release now commits the version
bump (package.json, package-lock.json, app/manifest.json, CHANGELOG.md)
straight to master as part of the release job, eliminating the
housekeeping PR that had to be reviewed and merged manually after
every release.
- Add @semantic-release/git to .releaserc.json (dependency was already
declared in devDependencies at ^10.0.1)
- Remove the 'Bump Version' step and pull-requests write permission
from the release workflow
- Delete the now-unreachable .github/actions/bump-version action1 parent dde2ca3 commit b085cc8
4 files changed
Lines changed: 16 additions & 50 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
| |||
0 commit comments