File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
1 . otherwise, start over
34
34
1 . Update ` package.json ` and ` VERSION ` file to use new version number
35
35
1 . git add/commit -m "Release v2.5.0-beta.2."
36
- 1 . ` git tag v2.5.0-beta.2 `
36
+ 1 . ` git tag v2.5.0-beta.2-ember-source `
37
37
1 . ` git push origin v2.5.0-beta.2 ` , and ` let ciTag = kick off a CI build ` (to produce the assets)
38
38
1 . ` git push origin beta `
39
39
1 . ` git checkout beta `
@@ -90,7 +90,7 @@ Starting point: [https://gist.github.com/rwjblue/fb945e55c70d698d4074](https://g
90
90
1 . Seems easy to automate fixing this. Replace reading ` VERSION ` with reading ` package.json ` so you only have to change it in one place
91
91
1 . Commit ` package.json ` /` version ` tags
92
92
1 . Add commit message: "Release v2.4.0"
93
- 1 . ` git tag v2.4.0 `
93
+ 1 . ` git tag v2.4.0-ember-source `
94
94
95
95
### Release
96
96
143
143
#### Tag & Release
144
144
145
145
1 . Update ` package.json ` and ` VERSION ` file to use new version number
146
- 1 . ` git tag v2.5.0-beta.1 `
146
+ 1 . ` git tag v2.5.0-beta.1-ember-source `
147
147
1 . ` git push origin v2.5.0-beta.1 `
148
148
1 . ` git push -f origin beta:beta `
You can’t perform that action at this time.
0 commit comments