You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
take the unreleased segment
take the last release entry
check the changes in the unreleased segment to determine what kind of bump (similar to what I created in FsAutoComplete)
do that bump, but with a prerelease segment of -alpha.<COUNTER>, where counter is determined by the number of lines of changes in the unreleased portion overall. idea being that each PR or commit would map to a single change line in the changelog, so you'd have a minimal amount of traceability out of the box.
The text was updated successfully, but these errors were encountered:
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:
-alpha.<COUNTER>
, where counter is determined by the number of lines of changes in the unreleased portion overall. idea being that each PR or commit would map to a single change line in the changelog, so you'd have a minimal amount of traceability out of the box.The text was updated successfully, but these errors were encountered: