We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01b6ea commit 5fda60eCopy full SHA for 5fda60e
RELEASE.md
@@ -1,12 +1,9 @@
1
-Release Instructions
2
-====================
3
-PLEASE DO NOT POST A RELEASE UNLESS YOU HAVE ACCESS TO NPM
+# Release Instructions
4
5
- Add a new draft release in GitHub.
6
- Describe the Release
7
- Update the CDN link in the README (@TODO: Automate?)
8
-- `npm version 1.x.y`
9
-- git push origin v1.x.y
+- `npm version 2.x.y`
+- git push origin v2.x.y
10
- git push origin master
11
-- Publish the release on GitHub
12
-- `npm publish`
+- Publish the release on GitHub (this will automatically `npm publish` it)
0 commit comments