Skip to content

Commit 88769b6

Browse files
committed
docs: add release instructions
1 parent 48e55ee commit 88769b6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

RELEASE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)