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

chore: convert to push-button release workflow #471

Merged
merged 5 commits into from
Jul 11, 2024
Merged

chore: convert to push-button release workflow #471

merged 5 commits into from
Jul 11, 2024

Conversation

ctreatma
Copy link
Contributor

@ctreatma ctreatma commented Jun 5, 2024

This updates the existing release workflow so that it is run by pushing a button in the GitHub UI rather than creating a tag locally and pushing that tag up to GitHub.

The push-button workflow looks up the previous release and uses Conventional Commit tags to determine the correct next version for the new release. As before, it uses GoReleaser to build the CLI and upload the binaries to the GitHub release.

I have confirmed on my fork that this works up through the GoReleaser step.

Closes #364

with:
version: latest
args: release --rm-dist
semantic_version: 19.0.5
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's no reason any more. I bumped this version and the conventional commits changelog plugin version.

@ctreatma ctreatma merged commit 2d11773 into equinix:main Jul 11, 2024
6 checks passed
@ctreatma ctreatma deleted the semantic-release-workflow branch July 11, 2024 18:39
Copy link

This issue has been resolved in version 0.23.1 🎉

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

Successfully merging this pull request may close these issues.

Increase automation of release job
3 participants