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

release-drafter #33

Merged
merged 2 commits into from
Mar 18, 2024
Merged

release-drafter #33

merged 2 commits into from
Mar 18, 2024

Conversation

aobort
Copy link
Collaborator

@aobort aobort commented Mar 17, 2024

The auxiliary GH action to setup release drafts and update change log accordingly. Configured with autolabeler, so the PRs will be labeled according to the PR branch name and/or files changed:

Branch name Files changed Resulting label
deps/* dependencies
chore/* chore
docs/* **/*.md documentation
enh/* enhancement
feature/* feature
fix/* bugfix
bugfix/* bugfix
/api/* api-change
/internal/* controllers

Based on labels release draft will be updated with 'Features', 'Bug Fixes' and 'Maintenance' categories which will include corresponding PR's title.
It's also possible to manage release draft's version by applying major, minor and patch labels on PR. By default the version will be the next patch version after the last release, v0.0.1 if none.

Signed-off-by: Artem Bortnikov <artem.bortnikov@telekom.com>
@sircthulhu
Copy link
Member

@aobort fix pre-commit errors, please

Signed-off-by: Artem Bortnikov <artem.bortnikov@telekom.com>
@sircthulhu sircthulhu merged commit 35238c6 into aenix-io:main Mar 18, 2024
1 check passed
@aobort aobort deleted the release-drafter branch April 22, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants