Skip to content

Commit 696e81f

Browse files
committed
Release 0.0.2
1 parent 4db40c8 commit 696e81f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.0.1 (2020-09-18)
3+
## 0.0.2 (2020-09-18)
44

55
Initial fork from Backbone
66

RELEASE_CHECKLIST.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
2. Update CHANGELOG.md
55
3. Run `make release VERSION=0.0.1` (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
66
4. `git commit -am "Release 0.0.1"`
7-
5. Tag code with version (git tag -s vVERSION )
8-
6. Push repo and tags (git push && git push --tags)
7+
5. Tag code with version (`git tag -s vVERSION -m "Release 0.0.1"` )
8+
6. Push repo and tags (`git push && git push origin v0.0.1`)
99
7. Publish on NPM: "npm publish"
1010
8. Update the release notes on https://github.com/conversejs/skeletor/releases
1111
9. Run `npm pack` and upload the tgz file to the releases page.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lint": "eslint src/*.js test/*.js"
5656
},
5757
"module": "src/main.js",
58-
"version": "0.0.1",
58+
"version": "0.0.2",
5959
"license": "MIT",
6060
"repository": {
6161
"type": "git",

0 commit comments

Comments
 (0)