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

Remove release script in favor of goreleaser #118

Merged
merged 1 commit into from Jul 29, 2022

Conversation

nywilken
Copy link
Member

Removing the release script now that goreleaser does the releasing on tag push.

The new workflow is as follows:

  • bump version in version/version.go
  • git commit -am "Cut release vX.Y.Z"
  • git push origin
  • git tag vX.Y.Z
  • git push origin vX.Y.Z

@nywilken nywilken requested a review from a team as a code owner July 28, 2022 16:12
Copy link
Contributor

@lbajolet-hashicorp lbajolet-hashicorp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@nywilken nywilken merged commit 80d2587 into main Jul 29, 2022
@nywilken nywilken added the tech-debt Issues and pull requests related to addressing technical debt or improving the codebase label Jul 29, 2022
@nywilken nywilken deleted the nywilken/release-updates branch July 29, 2022 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Issues and pull requests related to addressing technical debt or improving the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants