Support prerelease + final release flow #237
-
Discussed over here dbt-labs/dbt-core#4722 the idea is to allow the possibility of doing N releases that get merged at once later on down the line while keeping the releases in place until then. Currently this is sort of possible using First, Second, Third, Fourth, add an option to next for creating versions with metadata and prerelease info. Combined this would look like: changie batch v1.5.0-b1 --move=prerelease
changie merge # optionally if you want to update the parent changelog for prereleases
changie batch minor --pre b2 --move=prerelease
changie batch v1.5.0-rc1 --move=prerelease
# include our prereleases.
# remove the batched versions as they are now merged together.
# do not include remove-prereleases if you want them to be included
# as part of your changelog, in addition to the changes being part of the final version.
changie batch minor --include=prerelease --remove-prereleases
changie merge # update our parent to our final version @emmyoop here is the issue, I will get started on this soon. ( It might turn into multiple issues not sure ) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Added to v1.5.0, https://github.com/miniscruff/changie/releases/tag/v1.5.0 |
Beta Was this translation helpful? Give feedback.
Added to v1.5.0, https://github.com/miniscruff/changie/releases/tag/v1.5.0