1.0.1 • Published 1 year ago

git-pr-release-library v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

git-pr-release

Create a release pull-request that describes feature pull-requests between specified two branches and simplifies release processes.

Default template is:

{{#pulls}}
 - [{{#checked}}x{{/checked}}{{^checked}} {{/checked}}] #{{number}} {{title}} {{#assignees}}@{{login}}{{/assignees}}{{^assignees}}{{#user}}@{{login}}{{/user}}{{/assignees}}
{{/pulls}}