-
Notifications
You must be signed in to change notification settings - Fork 190
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
workflow:feat - Automating the release notes #997
Conversation
Note that I created a validation so that only specific users are allowed to run workflows as shown in the image below: I tried to add the author also according to the gorelease documentation just use github in the changelog instead of git but I was getting this 404 error and I didn't know what else to do. |
5de57c0
to
e85d19d
Compare
This PR Depend of the ZupIT/horusec-devkit#166 |
fb0d355
to
d09cfa9
Compare
I created a validation to check if pipeline failed and remove tag created on github: https://github.com/wiliansilvazup/horusec/runs/5280186446?check_suite_focus=true And now is possible see the users on Release Notes 🥳 |
Wouldn't be better change the commit message to |
yeah, I'll adjust this. |
e52e93f
to
952c21f
Compare
Wait the PR #996 to fix problems on sintax |
done |
@wiliansilvazup resolve the conflicts please |
In this PR I'll update Release Beta, RC and Final to set automatic body in release notes. I changed file release-new.yml to release-final.yml and I changed file alpha.yml to release-alpha.yml Signed-off-by: Wilian Gabriel <wilian.silva@zup.com.br>
In this PR I'll update Release Beta, RC and Final to set automatic body in release notes. I changed file release-new.yml to release-final.yml and I changed file alpha.yml to release-alpha.yml Signed-off-by: Wilian Gabriel <wilian.silva@zup.com.br> (cherry picked from commit 578e883)
In this PR I'll update Release Beta, RC and Final to set automatic
body in release notes. I changed file release-new.yml to
release-final.yml and I changed file alpha.yml to release-alpha.yml
Signed-off-by: Wilian Gabriel wilian.silva@zup.com.br