Skip to content

Commit 5fda60e

Browse files
committed
update release instructions
1 parent d01b6ea commit 5fda60e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

RELEASE.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
Release Instructions
2-
====================
3-
PLEASE DO NOT POST A RELEASE UNLESS YOU HAVE ACCESS TO NPM
1+
# Release Instructions
42

53
- Add a new draft release in GitHub.
64
- Describe the Release
75
- Update the CDN link in the README (@TODO: Automate?)
8-
- `npm version 1.x.y`
9-
- git push origin v1.x.y
6+
- `npm version 2.x.y`
7+
- git push origin v2.x.y
108
- git push origin master
11-
- Publish the release on GitHub
12-
- `npm publish`
9+
- Publish the release on GitHub (this will automatically `npm publish` it)

0 commit comments

Comments
 (0)