Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sh0rtcircuit/a32452b46a0b0731145fcec115aa32d7 to your computer and use it in GitHub Desktop.
Save sh0rtcircuit/a32452b46a0b0731145fcec115aa32d7 to your computer and use it in GitHub Desktop.
- script: |
git config --global user.email "<my_email>" && git config --global user.name "<my_name>"
cz bump
git push --tags origin HEAD:master
condition: eq(variables['build.sourceBranch'], 'refs/heads/master')
displayName: 'Bump package version number'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment