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 48e55ee commit 88769b6Copy full SHA for 88769b6
RELEASE.md
@@ -0,0 +1,18 @@
1
+# Release Checklist
2
+
3
+Make sure you have npm + git credentials set up.
4
5
+- [ ] Make changes and/or merge PRs.
6
+- [ ] `git checkout master`
7
+- [ ] `git pull`
8
+- [ ] Set up semantic release environment variables:
9
10
+```bash
11
+export GIT_AUTHOR_NAME=<your-github-login>
12
+export GIT_AUTHOR_EMAIL=<your-github-email>
13
+export GIT_COMMITTER_NAME=<your-github-login>
14
+export GIT_COMMITTER_EMAIL=<your-github-email>
15
+export GITHUB_TOKEN=<github-token-with-public_repo-permissions>
16
+```
17
18
+- [ ] `npm run release`
0 commit comments