Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Sep 18, 2020
1 parent 4db40c8 commit 696e81f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.0.1 (2020-09-18)
## 0.0.2 (2020-09-18)

Initial fork from Backbone

Expand Down
4 changes: 2 additions & 2 deletions RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
2. Update CHANGELOG.md
3. Run `make release VERSION=0.0.1` (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
4. `git commit -am "Release 0.0.1"`
5. Tag code with version (git tag -s vVERSION )
6. Push repo and tags (git push && git push --tags)
5. Tag code with version (`git tag -s vVERSION -m "Release 0.0.1"` )
6. Push repo and tags (`git push && git push origin v0.0.1`)
7. Publish on NPM: "npm publish"
8. Update the release notes on https://github.com/conversejs/skeletor/releases
9. Run `npm pack` and upload the tgz file to the releases page.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"lint": "eslint src/*.js test/*.js"
},
"module": "src/main.js",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 696e81f

Please sign in to comment.