You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Wait for Travis to build at https://www.travis-ci.com/adobe/ops-cli
109
109
5. Update version number in `setup.py` to the next development version and commit in master branch and update Installation section in this README.md with the actual version
@@ -117,7 +117,7 @@ git push --tags
117
117
git add .
118
118
git commit -m "[RELEASE] - Development version 0.x.dev"
119
119
git tag -m "[RELEASE] - Development version 0.x.dev" 0.x.dev
120
-
git push --tags
120
+
git push --follow-tags
121
121
```
122
122
4. Wait for Travis to build at https://www.travis-ci.com/adobe/ops-cli
123
123
It will create a new release: https://github.com/adobe/ops-cli/releases
0 commit comments