File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.0.1 (2020-09-18)
3
+ ## 0.0.2 (2020-09-18)
4
4
5
5
Initial fork from Backbone
6
6
Original file line number Diff line number Diff line change 4
4
2 . Update CHANGELOG.md
5
5
3 . Run ` make release VERSION=0.0.1 ` (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
6
6
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 ` )
9
9
7 . Publish on NPM: "npm publish"
10
10
8 . Update the release notes on https://github.com/conversejs/skeletor/releases
11
11
9 . Run ` npm pack ` and upload the tgz file to the releases page.
Original file line number Diff line number Diff line change 55
55
"lint" : " eslint src/*.js test/*.js"
56
56
},
57
57
"module" : " src/main.js" ,
58
- "version" : " 0.0.1 " ,
58
+ "version" : " 0.0.2 " ,
59
59
"license" : " MIT" ,
60
60
"repository" : {
61
61
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments