@@ -8,19 +8,19 @@ For pull requests or local commits:
88 open ./images/grid_console.png #to verify the versions are correct
99 git checkout ./images/grid_console.png && open ./videos/chrome/*.mkv
1010 travis lint #if you changed .travis.yml
11- git checkout -b tmp-2.53.1n #name your branch according to your changes
11+ git checkout -b tmp-2.53.1o #name your branch according to your changes
1212 #git add ... git commit ... git push ... open pull request
1313
1414For repository owners only:
1515
16- git commit -m "Fix OSX seq: illegal option -- - "
16+ git commit -m "Start xterm with a random geometry to differentiate nodes "
1717 git tag -d latest #tag latest will be updated from TravisCI
18- git tag 2.53.1n && git push origin tmp-2.53.1n && git push --tags
18+ git tag 2.53.1o && git push origin tmp-2.53.1o && git push --tags
1919
2020-- Wait for Travis to pass OK
2121-- Make sure changes got merged into master by elgalubot
2222
23- git checkout master && git pull && git branch -d tmp-2.53.1n && git push origin --delete tmp-2.53.1n
23+ git checkout master && git pull && git branch -d tmp-2.53.1o && git push origin --delete tmp-2.53.1o
2424
2525-- Re-add TBD_ * section in CHANGELOG.md starting with TBD_DOCKER_TAG
2626-- If Chrome version changed upload:
@@ -36,9 +36,9 @@ Keep certain bins if chrome version changed for example:
3636## Retry
3737Failed in Travis? retry
3838
39- git tag -d 2.53.1n && git push origin :2.53.1n
39+ git tag -d 2.53.1o && git push origin :2.53.1o
4040 #git add ...
41- git commit --amend && git tag 2.53.1n && git push --force origin tmp-2.53.1n && git push --tags
41+ git commit --amend && git tag 2.53.1o && git push --force origin tmp-2.53.1o && git push --tags
4242
4343## Docker push from Travis CI
4444Travis [ steps] ( https://docs.travis-ci.com/user/docker/#Pushing-a-Docker-Image-to-a-Registry ) involve ` docker login ` and docker credentials encryptions.
0 commit comments