Skip to content

Commit 3993798

Browse files
committed
Updated release process
1 parent 9d22b49 commit 3993798

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

RELEASE_PROCESS.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
1-
Just to remind myself of my own release process for this repo
1+
Just to remind myself of my own release process for this repo.
22

33
1. Make some changes / merge PR
44
2. Bump version in `package.json`
55
3. Update `README.md` if needed
66
4. Update `CHANGELOG.md`
77
5. Webpack build
8-
```
8+
99
webpack -p
10-
```
10+
1111
6. Test it all works
12-
```
12+
1313
serve
1414
open index.html -a 'Google Chrome'
15-
```
15+
1616
7. Tag and push the release
17-
```
17+
1818
git tag 1.0.x
1919
git push
2020
git push --tags
21-
```
21+
2222
8. Publish on NPM
23-
```
23+
2424
npm publish
25-
```
25+
26+
9. Update Githup Pages
27+
28+
git checkout gh-pages
29+
git merge master
30+
git push
31+
2632
9. Cup of tea

0 commit comments

Comments
 (0)