Skip to content

Commit 9806bcd

Browse files
committed
docs(contributing): add release steps
[skip ci]
1 parent d3dec09 commit 9806bcd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: docs/Contributing/00_title.md

+22
Original file line numberDiff line numberDiff line change
@@ -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+
* `cd angular-fullstack-deps`
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

Comments
 (0)