File tree 2 files changed +14
-11
lines changed 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,20 @@ To update snapshots run
39
39
40
40
1 . Update the version number in ` package.json `
41
41
2 . Rename the "Next" title at the top of ` CHANGELOG.md ` to the new version number and ensure it is up to date
42
- 3 . Update the static ` VERSION ` property of the ` Webamp ` class in ` webamplazy .tsx`
42
+ 3 . Update the static ` VERSION ` property of the ` Webamp ` class in ` webampLazy .tsx`
43
43
4 . Git commit
44
- 5 . ` npm publish `
45
- 6 . Git tag the commit (e.g. ` 1.4.2 ` or ` 1.4.3-beta.3 ` )
46
- 6 . Push tag to GitHub ` git push origin <TAG_NAME> `
47
- 7 . Update all the examples to use the new version:
48
- * ` minimal/index.html `
49
- * ` minimalMilkdrop/index.html `
50
- * ` webpack/package.json `
51
- * ` webpackLazyLoad/package.json `
52
- * https://codesandbox.io/s/y0xypox60z
44
+ 5 . ` cd packages/webamp `
45
+ 6 . ` npm publish `
46
+ 7 . Git tag the commit (e.g. ` 1.4.2 ` or ` 1.4.3-beta.3 ` )
47
+ 8 . Push tag to GitHub ` git push origin <TAG_NAME> `
48
+ 9 . Update all the examples to use the new version:
49
+
50
+ - ` minimal/index.html `
51
+ - ` minimalMilkdrop/index.html `
52
+ - ` webpack/package.json `
53
+ - ` webpackLazyLoad/package.json `
54
+ - https://codesandbox.io/s/y0xypox60z
55
+
53
56
8 . Commit and push
54
57
55
58
## Reference
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webamp" ,
3
- "version" : " 0.0.0-next-12f8e36b " ,
3
+ "version" : " 0.0.0-next-6d0ec37b " ,
4
4
"description" : " Winamp 2 implemented in HTML5 and JavaScript" ,
5
5
"main" : " built/webamp.bundle.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments