-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contributing guidelines for publishing
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |