2
0

RELEASING.md 688 B

Release Guide for Amber

The following steps are required to make a release of Amber:

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