-
Notifications
You must be signed in to change notification settings - Fork 76
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
Create release workflow #156
Comments
I like that, should we tie this to Github actions? |
I think so. I would reproduce the 2 files present in the The only thing that's missing is the step to update |
Here's an example on how to use yq in an action: https://github.com/ioled/gateway-api/blob/4f5f70b789c3e5f59c946643e6bf097dff380c4a/.github/workflows/deploy-testing.yml#L15 |
I see there is no push action in your |
Yeah, my release-action does not push. the changelog-action does it.
If you need to update the version, then yes, I think it should be done there. |
Ok, I will do a first draft. |
Is your feature request related to a problem? Please describe.
Create an automated release workflow.
Based on https://github.com/dev-sec/ansible-nginx-hardening/pull/28/files
We must add the
inspec.yml
version field update.Internally, I use mikefarah/yq with the following cli:
The sed is needed as yq removes the leading
---
yq issueWhat are your thoughts on that @rndmh3ro ?
The text was updated successfully, but these errors were encountered: