Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment version on release #116

Closed
mikaeleythor opened this issue Mar 5, 2022 · 1 comment · Fixed by #118
Closed

Increment version on release #116

mikaeleythor opened this issue Mar 5, 2022 · 1 comment · Fixed by #118
Labels
enhancement New feature or request

Comments

@mikaeleythor
Copy link
Collaborator

mikaeleythor commented Mar 5, 2022

something like this in github workflow

- name:  'Automated Version Bump'
  uses:  'phips28/gh-action-bump-version@master'
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
    tag-prefix:  'v'
@mikaeleythor mikaeleythor added the enhancement New feature or request label Mar 5, 2022
@Stribe02
Copy link
Collaborator

Stribe02 commented Mar 5, 2022

can something like this be used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants