-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Decide when to run release to ansible galaxy #160
Comments
Currently fixed with a75ce3e to run when tag is created. |
Merged some PRs and edited README ... for now it's enough changes for me right now ;-) I think I could remove https://github.com/stefangweichinger/ansible-rclone/blob/main/.github/workflows/galaxy_release.yml ... that was only a draft somehow. The release task is also related to #144 and the use of Basically I think the release should be triggered by a new tag, right? Small edits etc could stay on gh, for example changes in the README or so don't have to be a release in my opinion. I think that's the current config, right? |
Currently workflow will run when there is a push to (possibly) any branch or when a tag is created: I will take a look at semantic versioning issue a bit later. |
Great, thanks. pls allow some delay in my replies this week ... |
another action we might use in this context: https://github.com/marketplace/actions/github-tag |
#159 broke the release since syntax for
tags-ignore
was fixed...When do we want to run release to ansible galaxy?
The text was updated successfully, but these errors were encountered: