Release Guide for Amber
The following steps are required to make a release of Amber:
- (not yet) check that all tests are green
- check the
CHANGELOG
file and update the release notes, check the milestone index in issues link
- bump version and git repo tag in
package.json
- Create a tag for bumped version:
git tag -a 1.2.3 -m "Version 1.2.3
git commit -a -m "Release 1.2.3" && git push && git push --tags
- log in to npm with write access for the Amber package
- update the homepage to point to the latest tag on GitHub
- send announcement to mailinglists (Amber, Pharo, what else?)
- send announcement on Twitter
- send announcement on G+