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 9d22b49 commit 3993798Copy full SHA for 3993798
RELEASE_PROCESS.md
@@ -1,26 +1,32 @@
1
-Just to remind myself of my own release process for this repo
+Just to remind myself of my own release process for this repo.
2
3
1. Make some changes / merge PR
4
2. Bump version in `package.json`
5
3. Update `README.md` if needed
6
4. Update `CHANGELOG.md`
7
5. Webpack build
8
- ```
+
9
webpack -p
10
11
6. Test it all works
12
13
serve
14
open index.html -a 'Google Chrome'
15
16
7. Tag and push the release
17
18
git tag 1.0.x
19
git push
20
git push --tags
21
22
8. Publish on NPM
23
24
npm publish
25
26
+9. Update Githup Pages
27
28
+ git checkout gh-pages
29
+ git merge master
30
+ git push
31
32
9. Cup of tea
0 commit comments