Skip to content

Commit

Permalink
Update How To Release a version docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 15, 2018
1 parent 712c317 commit 5b69860
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ Metacello new

Remember the docs are licensed under a CC Attribution-ShareAlike license.

## How to release a new version

The master branch should always contain a releasable version, so all the test cases must be passing. The released versions are managed as tags using the GitHub releases support.
1. The following code changes should be made before the release:
- Update version number in `package.json`
- Update version number in `WillowNamespaceFileMetadataLibrary class>>version`
- Fix the test cases related to version numbers
2. Merge this changes to master
3. Edit the release draft, add any missing info about the release and publish it
4. Make the public announcement

### Useful References:

- [Bootstrap Documentation](https://getbootstrap.com/docs/3.3/)

0 comments on commit 5b69860

Please sign in to comment.