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
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?
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.
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
The text was updated successfully, but these errors were encountered: