Implement semver tags in CI/CD workflows#77
Merged
Conversation
misc: refactor actions
- Remove unused `-dev` workflows.
- Rename files for better readability
- Changes workflows so that:
- Each PR will take the highest tag from `git` and increment a patch
level, a runner id, and a `-dev` after it, so that no image can be the same.
- To publish a new artifact, a new tag has to be pushed.
9e72e22 to
2fe6fcb
Compare
DDuarte
approved these changes
Jan 31, 2023
Contributor
Author
|
@fopina anything against these changes? I know it involves a lot changes that are hard to test but I tried summarizing the ideas in the PR description. |
Contributor
|
I think the initial workflows were a bit of a mess (sorry), I don't have anything against trying to improve them 👌 |
Contributor
Author
|
All right. Merging this one, replicating across the other projects (where it makes sense) over the course of the next weeks. Cheers both. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
misc: refactor actions
-devworkflows.gitand increment a patch level, a runner id, and a-devafter it, so that no image can be the same. - To publish a new artifact, a newtag has to be pushedrelease must be created.Closes #68