playpauseandstop / badabump

Manage changelog and bump project version number using conventional commits from latest git tag. Support Python & JavaScript projects and CalVer & SemVer schemas. Designed to run at GitHub Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to create “final” release PR

playpauseandstop opened this issue · comments

When current version is a pre-release there should be an ability to create final release PR even no changes available.

For example,

  • Current release: 20.1.0b0
  • badabump should change version to 20.1.0
  • And add line of “No changes from last pre-release” into the changelog