Skip to content
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

Automatically draft release notes on maintenance branches push #2872

Merged
merged 9 commits into from
Jan 5, 2022

Conversation

simonbasle
Copy link
Member

@simonbasle simonbasle commented Jan 4, 2022

This commit introduces Release-Drafter in the publish.yml workflow,
for pushes categorized as "SNAPSHOT" (ie corresponding to the merging of
a PR).

The use of filter-by-commitish in the config and commitish (set to
the target branch) in the action config should ensure that drafts are
created for both the main branch and older maintenance branches.

Fixes #1445.

This commit introduces Release-Drafter in the publish.yml workflow,
for pushes categorized as "SNAPSHOT" (ie corresponding to the merging of
a PR).

The use of `filter-by-commitish` in the config and `commitish` (set to
the target branch) in the action config should ensure that drafts are
created for both the `main` branch and older maintenance branches.

Fix #1445.
@simonbasle simonbasle requested a review from a team as a code owner January 4, 2022 11:14
@simonbasle simonbasle added this to the 3.4.14 milestone Jan 4, 2022
@simonbasle simonbasle added the type/chores A task not related to code (build, formatting, process, ...) label Jan 4, 2022
@simonbasle simonbasle self-assigned this Jan 4, 2022
@simonbasle simonbasle requested a review from a team January 4, 2022 11:15
@simonbasle simonbasle merged commit a9993c3 into main Jan 5, 2022
@simonbasle simonbasle deleted the releaseDrafting branch January 5, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chores A task not related to code (build, formatting, process, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate release notes
1 participant