-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
--include option which allows adding other directories to the batch command, in addition to unreleased.
Example:
.changes
unreleased
betas
candidates
changie batch minor --include betas --include candidates or
changie batch minor --include betas,candidates
Few rules:
- If an included folder does not exist, changie should throw an error
- If an included folder is empty, no changes are added and it is basically just skipped ( this allows you keep a set of folders around )
- The folder is not to be deleted or edited
- Files are to be removed from the included folders, unless
--keepis also included --moveshould move all files from all included folders into the one passed in ( not sure on the use case here but not allowing move or skipping it feels wrong )- Configured move directory can be part of included, in which case those files would stay in place ( not sure the use case here either )
- No configuration is required as include would only be used when releasing a final version of many others and would not work any other time
Part of #237
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request