covector icon indicating copy to clipboard operation
covector copied to clipboard

Further configuration opportunities?

Open nothingismagick opened this issue 5 years ago • 1 comments

Is it possible to change the format of changelog (like with some kind of template)? Can one choose the branch to merge from (dev vs development vs prepublish etc.) Can one choose to PR the latest/master branch or just skip that?

@sadjy

nothingismagick avatar Jul 23 '20 08:07 nothingismagick

Currently there is only one format of changelog, but it is setup as a template which shouldn't be difficult to accept user config.

Publishes are not specifically tied to a branch. The default action will run the version command if there are change files, and it will run publish if there are none. That can be run on any (or multiple) branches. It should work within any gitflow or single/multiple branch environment as the default is strictly based on the existence of change files.

jbolda avatar Jul 31 '20 03:07 jbolda