bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
58 stars 11 forks source link

[#178] Automate release process #179

Closed andreasknoepfle closed 4 years ago

andreasknoepfle commented 5 years ago

Fixes #178.

pmeinhardt commented 5 years ago

@andreasknoepfle, did you know this tool: np?

Seems like this would make things much easier for us. Right now, we'd be creating a tag, push it, then wait for CI to then edit the GitHub release created by CI which seems a bit odd as a flow…

Just using np from master seems like a straight-forward option

pmeinhardt commented 5 years ago

The message could be customized by running the following prior to running np:

yarn config set version-git-message "v%s"

https://yarnpkg.com/en/docs/cli/version#toc-git-tags

andreasknoepfle commented 4 years ago

Closed in favor of #184