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

Create a release.sh to automatically release bbolt #896

Open
ahrtr opened this issue Feb 7, 2025 · 4 comments · May be fixed by #903
Open

Create a release.sh to automatically release bbolt #896

ahrtr opened this issue Feb 7, 2025 · 4 comments · May be fixed by #903

Comments

@ahrtr
Copy link
Member

ahrtr commented Feb 7, 2025

The script should do the following tasks,

  • Update the version
    Version = "1.4.0-alpha.0"
  • commit & push the change to github.com
  • create the tag
  • push the tag to github
@ahrtr ahrtr changed the title Create a release.sh to automatically release bbolt version Create a release.sh to automatically release bbolt Feb 7, 2025
@Elbehery
Copy link
Member

Elbehery commented Feb 7, 2025

I can work on this

@Elbehery
Copy link
Member

Elbehery commented Feb 7, 2025

Thanks @ahrtr, will do it over weekend 🙏🏽 🙏🏽

@ivanvc
Copy link
Member

ivanvc commented Feb 7, 2025

Cross-posting #895 (comment)

Hi @Elbehery and @ahrtr. Given the size of this project, goreleaser may be a good fit. Refer to etcd-io/auger#136.

@Elbehery
Copy link
Member

Just to be sure,

the new release version to be created by the script, should it

  • bump the most recent tag
  • use the version.go file to create the new release ?

btw, after the current release, version.go was not bumped 👍🏽

cc @ivanvc @ahrtr

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

Successfully merging a pull request may close this issue.

3 participants