ci(release): auto-bump patch version on every master push #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ci-auto-version-bump"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace the manual "bump package.json or it silently skips" flow with an
auto-version step: the release version is the released
latestpatch + 1, unlesspackage.json is manually set ahead (a deliberate minor/major bump), which ships
as-is. Embeds the version for the build and commits the bump back with [skip ci].
Note: RELEASE_TOKEN now also needs contents-write scope for the bump commit.