зеркало из https://github.com/mozilla/DeepSpeech.git
Updated Release checklist (markdown)
Родитель
aef86bfc69
Коммит
4915c9708f
|
@ -8,6 +8,17 @@
|
|||
* [ ] Create a local branch based on the branch created above
|
||||
* [ ] Change `.taskcluster.yml` and `taskcluster/github-events.cyml` to reference the new branch instead of master
|
||||
* [ ] Change `EXAMPLES_CHECKOUT_TARGET` in `taskcluster/win-opt-base.tyml` and `examples-base.tyml` to checkout the new release branch instead of master
|
||||
|
||||
$ cd DeepSpeech
|
||||
$ git checkout master && git pull
|
||||
$ git checkout -b r0.8
|
||||
$ git push origin r0.8
|
||||
$ git checkout -b add-r0.8
|
||||
$ for i in .taskcluster.yml taskcluster/github-events.cyml; do sed -i.bak -e 's/- master/- r0.8/' $i; done
|
||||
$ git add .taskcluster.yml taskcluster/github-events.cyml
|
||||
$ git commit -m "Switch CI to r0.8"
|
||||
$ git push origin add-r0.8
|
||||
|
||||
* [ ] Make a PR into the release branch with above changes and make sure CI works
|
||||
* [ ] Merge PR into new release branch
|
||||
* [ ] Make a new alpha tag to test tag CI
|
||||
|
|
Загрузка…
Ссылка в новой задаче