-
Notifications
You must be signed in to change notification settings - Fork 320
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
chore: add github action for prerelease workflow #2660
Conversation
.github/workflows/prerelease.yaml
Outdated
release-type: go | ||
package-name: rudder-server | ||
default-branch: ${{ steps.extract_branch.outputs.branch }} | ||
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"test","section":"Miscellaneous","hidden":false},{"type":"doc","section":"Documentation","hidden":false}]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to split this in multiple lines? 🤔
Codecov ReportBase: 43.73% // Head: 43.74% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2660 +/- ##
=======================================
Coverage 43.73% 43.74%
=======================================
Files 191 191
Lines 40483 40483
=======================================
+ Hits 17707 17708 +1
+ Misses 21672 21669 -3
- Partials 1104 1106 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
{ | ||
"type": "chore", | ||
"section":"Miscellaneous", | ||
"hidden": false}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[question] Is there a typo here with the extra closing bracket?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NVM just different indentation.
{ | ||
"type": "chore", | ||
"section":"Miscellaneous", | ||
"hidden": false}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NVM just different indentation.
Description
To support a prerelease (release candidate) workflow
Security