mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Build version notes in README #135

Closed mhulse closed 10 years ago

mhulse commented 10 years ago

Should make notes about build versioning.

Like:

Bumping version

Note: REX uses Semantic Versioning.

  1. When a build is ready for a version bump ...
  2. Update version key value in source/package.json.
  3. Update version key value in bower.json.
  4. Build: $ grunt.
  5. Add release note to README (if copy/pasting, don't forget to update the date and version numbers).
  6. Push changes to GitHub.
  7. Visit the releases page and click "Draft a new release".
  8. Click "Publish release".
mhulse commented 10 years ago

Done!