Skip to content

Commit cc341b9

Browse files
committed
Contributing guidelines for publishing
1 parent 3c8db2e commit cc341b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributing to ng-redux
2+
3+
## Release process
4+
5+
For any contributors with release rights:
6+
7+
1. update package.json with new version bump. Refer to [semver](http://semver.org/) for versioning guidelines
8+
2. run `npm publish` to publish new version (the command wil create new build files)
9+
3. commit package.json and build files
10+
4. tag commit with newest version
11+
5. use Github UI to create a new release

0 commit comments

Comments
 (0)