Skip to content

Commit aa585a6

Browse files
committed
updating release docs
1 parent 73145ba commit aa585a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
1. otherwise, start over
3434
1. Update `package.json` and `VERSION` file to use new version number
3535
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`
3737
1. `git push origin v2.5.0-beta.2`, and `let ciTag = kick off a CI build` (to produce the assets)
3838
1. `git push origin beta`
3939
1. `git checkout beta`
@@ -90,7 +90,7 @@ Starting point: [https://gist.github.com/rwjblue/fb945e55c70d698d4074](https://g
9090
1. Seems easy to automate fixing this. Replace reading `VERSION` with reading `package.json` so you only have to change it in one place
9191
1. Commit `package.json`/`version` tags
9292
1. Add commit message: "Release v2.4.0"
93-
1. `git tag v2.4.0`
93+
1. `git tag v2.4.0-ember-source`
9494

9595
### Release
9696

@@ -143,6 +143,6 @@ end
143143
#### Tag & Release
144144

145145
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`
147147
1. `git push origin v2.5.0-beta.1`
148148
1. `git push -f origin beta:beta`

0 commit comments

Comments
 (0)