File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ Things to do while releasing a new version
2+ ==========================================
3+
4+ This file is a memo for the maintainer.
5+
6+
7+ 0. Checks
8+ ---------
9+
10+ * Check Copyright years in the LICENSE file
11+ * Check there will be no trash in the package (``npm pack ``)
12+ * Check tests passes (``npx grunt `` and check the result in the browser)
13+
14+
15+ 1. Release
16+ ----------
17+
18+ * Update version number in ``package.json ``
19+ * Edit / update changelog in ``README.md ``
20+ * Commit / tag (``git commit -m vX.Y.Z && git tag vX.Y.Z && git push && git push --tags ``)
21+
22+
23+ 2. Publish NPM package
24+ -----------------------
25+
26+ * ``npm publish ``
27+
28+
29+ 3. Publish Github Release
30+ -------------------------
31+
32+ * Make a release on Github
33+ * Add changelog
You can’t perform that action at this time.
0 commit comments