We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8db2e commit cc341b9Copy full SHA for cc341b9
CONTRIBUTING.md
@@ -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