Closed dozoisch closed 9 years ago
Alright so for automated release, in other projects I've been using
The changelog obliges you to normalize the commit messages with tags in order to generate nice changelog, but that's not a bad thing I guess! This is how changelog will look like https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md
Tags are added, fixed, changed, removed.
release-script enables you to do
release --patch release --minor release --major
Which will automatically bump the version, commit, tag and publish to npm directly.
If that's ok with you I can include them. If not we can find another solution.
Both changelog and automated release are fine with me. Thanks for all your suggestions!
Alright so for automated release, in other projects I've been using
The changelog obliges you to normalize the commit messages with tags in order to generate nice changelog, but that's not a bad thing I guess! This is how changelog will look like https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md
Tags are added, fixed, changed, removed.
release-script enables you to do
Which will automatically bump the version, commit, tag and publish to npm directly.
If that's ok with you I can include them. If not we can find another solution.