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

Automate version incrementation #76

Closed
tohalla opened this issue Nov 23, 2020 · 1 comment
Closed

Automate version incrementation #76

tohalla opened this issue Nov 23, 2020 · 1 comment

Comments

@tohalla
Copy link
Contributor

tohalla commented Nov 23, 2020

#75 introduced ./internal/globals.go which declares Version. The variable is used for the user agent header and currently is manually kept up to date whenever doing a new release.

Should find a way to automatically synchronize the variable with the active tag.

Possible solutions:

  1. github actions
  2. a script to bump version which would handle upgrading of the file and tagging
@kangasta
Copy link
Contributor

#271 added script that updates the Version when there are changes in CHANGELOG.md and versions in globals.go and CHANGELOG.md do not match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants