Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to include unreleased changes when merging #503

Closed
miniscruff opened this issue Jul 15, 2023 · 1 comment · Fixed by #518
Closed

Add option to include unreleased changes when merging #503

miniscruff opened this issue Jul 15, 2023 · 1 comment · Fixed by #518
Assignees
Labels
enhancement New feature or request go Pull requests that update Go code good first issue Good for newcomers

Comments

@miniscruff
Copy link
Owner

changie merge --include-unreleased=<header>

The idea here is to run the equivalent of a batch as the latest version at the top of the changelog. Including unreleased without any unreleased should continue as normal.

The value of the parameter is the version header so you can do:

changie merge --include-unreleased="## Coming Soon"

Originally posted by @sheldonhull in #488 (reply in thread)

@miniscruff miniscruff added enhancement New feature or request good first issue Good for newcomers go Pull requests that update Go code labels Jul 15, 2023
@miniscruff miniscruff assigned miniscruff and unassigned miniscruff Aug 6, 2023
@sheldonhull
Copy link
Contributor

This is more intuitive. I like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants