You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-devops-build/doc/releasing.md

247 B

adjust version no in build.py to release version no. git commit -am "release" git tag -am "release" [release version no] git push --follow-tags increase version no in build.py git commit -am "version bump" git push pip3 install --upgrade ddadevops