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

Incrementing version on broken commits #57

Closed
jimafisk opened this issue Aug 13, 2020 · 0 comments
Closed

Incrementing version on broken commits #57

jimafisk opened this issue Aug 13, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@jimafisk
Copy link
Member

I have a history of doing multiple deployments to fix GitHub Actions issues. In an attempt to stay true to semantic versioning I increment the minor version each time, even if the failed CI prevents a release from actually containing any binaries. This appears to be the correct thing to do: https://stackoverflow.com/questions/53660223/general-question-on-semantic-versioning-releases-using-ci-cd-pipeline

Just found this project that lets you test GitHub Actions locally: https://github.com/nektos/act

Thought it was worth sharing here in case other folks want to contribute to this project and suffer the same deployment woes I do. To run on an Ubuntu machine similar to our CI you can use the following (warning this image is ~10Gb):

act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04
@jimafisk jimafisk added the documentation Improvements or additions to documentation label Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant