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

github actions ci/cd #8

Merged
merged 2 commits into from
Apr 7, 2022
Merged

github actions ci/cd #8

merged 2 commits into from
Apr 7, 2022

Conversation

jftuga
Copy link
Contributor

@jftuga jftuga commented Apr 4, 2022

This PR allows GitHub Actions to use goreleaser to automatically build Release binaries for you.

Notes:

  • This only occurs when a tag is created with a command set like:
CURRENT=1.0.1
git tag -a "v${CURRENT}" -m "releasing version ${CURRENT}"
git push origin "v${CURRENT}"
  • This also creates a draft release which allows you to review it before publishing to a full release.

@s0md3v s0md3v added the enhancement New feature or request label Apr 5, 2022
@s0md3v s0md3v merged commit eff9249 into s0md3v:main Apr 7, 2022
@jftuga jftuga deleted the cicd branch April 7, 2022 20:58
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 this pull request may close these issues.

2 participants