update-changelog
doesn't bump version on "internals" -only changes
#46
Labels
bug
Something isn't working
If the changelog contains only "Internals" the action will suggest releasing a release with the same version as the previous version.
ci-actions/update-changelog/src/helpers.ts
Lines 47 to 59 in 6418e15
It might be possible to fix by setting
newVersion = semver.inc(prevVersion, "patch")
and removing theFixed
branch here:https://github.com/realm/ci-actions/blob/6418e15ed9bbdb19b7d456a347e5623779f95cdf/update-changelog/src/helpers.ts#L124-L125C20
The text was updated successfully, but these errors were encountered: