Skip to content

Commit

Permalink
Contributing guidelines for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AntJanus committed Sep 5, 2017
1 parent 3c8db2e commit cc341b9
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
@@ -0,0 +1,11 @@
# Contributing to ng-redux

## Release process

For any contributors with release rights:

1. update package.json with new version bump. Refer to [semver](http://semver.org/) for versioning guidelines
2. run `npm publish` to publish new version (the command wil create new build files)
3. commit package.json and build files
4. tag commit with newest version
5. use Github UI to create a new release

0 comments on commit cc341b9

Please sign in to comment.