We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dec09 commit 9806bcdCopy full SHA for 9806bcd
docs/Contributing/00_title.md
@@ -0,0 +1,22 @@
1
+## Contributing
2
+
3
+## Releasing a new version
4
5
+* Bump `package.json` version
6
+* [
7
+ * `grunt conventionalChangelog`
8
+ * `cd angular-fullstack-deps`
9
+ * `git checkout master`
10
+ * `git pull`
11
+ * `cd ..`
12
+ * `gulp updateFixtures:deps`
13
14
+ * `git add .`
15
+ * `git commit -m $VERSION`
16
+ * `git push`
17
+ * `# npm publish`
18
+]
19
+* `git add ./{CHANGELOG.md,angular-fullstack-deps,package.json}`
20
+* `git commit -m $VERSION`
21
+* `git push`
22
+* `# npm publish`
0 commit comments