-
Notifications
You must be signed in to change notification settings - Fork 8
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
11 release drafter #29
Conversation
…rafter.yml which triggeres the release when PR is done
… label they have.
"All checks have failed" i think is caused because config file has to be in default branch. Now it's in 11-realse-drafter branch. |
|
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.
If you try to create a tag with a version number like v1.0.0 and then a release, does a draft for the release message show up containing all closed pull requests for the project since last release was built? |
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.
Change master to main branch. Otherwise, everything looks good.
Phew, good find @figgge! |
pull_request: | ||
|
||
types: [opened, reopened, synchronize] | ||
|
||
|
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.
pull_request: | |
types: [opened, reopened, synchronize] |
Remove unnecessary trigger.
Co-authored-by: Fredrik Kvarnåsen <102403209+figgge@users.noreply.github.com>
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.
Perfect!
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.
This is looking good for me.
👍
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.
Great Work @MikaelEdwartz 🤗
Added release-drafter.yml file which triggeres action on PR. Actions is defined in the realese-drafter-config.yml file.
Depending on the label the PR have it categorizes it and places it under designated header.