ionide / KeepAChangelog

Parser and MSBuild Targets for using Keep-A-Changelog-formatted Changelogs in your Build
MIT License
28 stars 4 forks source link

Generate the 'next' version for a changelog with an Unreleased section #3

Open baronfel opened 2 years ago

baronfel commented 2 years ago

I want to add a concept of 'the next prerelease version if there's an unreleased section', so that folks get a sane auto-generated version number when they do local builds. Logic would be something like:

baronfel commented 2 years ago

Would also need a 'don't do that please' flag that folks could set in case they really didn't want the automatic version selection.

Big open issue is how to determine the expected bump, but I can just put a flag in the ground here and get feedback later.