@@ -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/test.mkv
1010 travis lint #if you changed .travis.yml
11- git checkout -b tmp-2.53.1c #name your branch according to your changes
11+ git checkout -b tmp-2.53.1d #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 "Add node -proxy customization via SELENIUM_NODE_PROXY_PARAMS"
16+ git commit -m "Fix -proxy customization via SELENIUM_NODE_PROXY_PARAMS"
1717 git tag -d latest #tag latest will be updated from TravisCI
18- git tag 2.53.1c && git push origin tmp-2.53.1c && git push --tags
18+ git tag 2.53.1d && git push origin tmp-2.53.1d && 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.1c && git push origin --delete tmp-2.53.1c
23+ git checkout master && git pull && git branch -d tmp-2.53.1d && git push origin --delete tmp-2.53.1d
2424
2525-- Re-add TBD_ * section in CHANGELOG.md starting with TBD_DOCKER_TAG
2626-- Upgrade release tag in github.com with latest CHANGELOG.md
@@ -37,9 +37,9 @@ Keep certain bins if chrome version changed for example:
3737## Retry
3838Failed in Travis? retry
3939
40- git tag -d 2.53.1c && git push origin :2.53.1c
40+ git tag -d 2.53.1d && git push origin :2.53.1d
4141 #git add ...
42- git commit --amend && git tag 2.53.1c && git push --force origin tmp-2.53.1c && git push --tags
42+ git commit --amend && git tag 2.53.1d && git push --force origin tmp-2.53.1d && git push --tags
4343
4444## Docker push from Travis CI
4545Travis [ 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