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

Move major version tag #114

Open
LecrisUT opened this issue Jun 14, 2023 · 4 comments
Open

Move major version tag #114

LecrisUT opened this issue Jun 14, 2023 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@LecrisUT
Copy link

In the README.md it is instructed that you can use

uses: lukka/run-cmake@v10

but that would require for the tag v10 to actually exist.
Here are some examples of how to add a release workflow for that:
readthedocs/actions#29
pypa/cibuildwheel#1517

@bwrsandman
Copy link

According to the official documentation on actions, you can specify a branch instead of a tag and such a branch exists.

@LecrisUT
Copy link
Author

Oh good point. Still there is no github action to make sure these are in sync.

@lukka
Copy link
Owner

lukka commented Jun 15, 2023

@LecrisUT thank you, if there is an automatic way to publish new releases I'd be glad to look into it. I have CI up to testing coverage automatized on each push/PR, and I still manually publish new releases.

@LecrisUT
Copy link
Author

if there is an automatic way to publish new releases I'd be glad to look into it.

My recommendation is https://github.com/softprops/action-gh-release with the built-in .github/release.yaml file

@lukka lukka added enhancement New feature or request help wanted Extra attention is needed labels Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants