Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
b808c0c2
Unverified
Commit
b808c0c2
authored
Aug 17, 2022
by
Michael Grunder
Committed by
GitHub
Aug 17, 2022
Browse files
Merge pull request #1083 from chayim/ck-drafter
Support for generating release notes
parents
367a82bf
5c9b6b57
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/release-drafter-config.yml
0 → 100644
View file @
b808c0c2
name-template
:
'
$NEXT_MAJOR_VERSION'
tag-template
:
'
v$NEXT_MAJOR_VERSION'
autolabeler
:
-
label
:
'
maintenance'
files
:
-
'
*.md'
-
'
.github/*'
-
label
:
'
bug'
branch
:
-
'
/bug-.+'
-
label
:
'
maintenance'
branch
:
-
'
/maintenance-.+'
-
label
:
'
feature'
branch
:
-
'
/feature-.+'
categories
:
-
title
:
'
Breaking
Changes'
labels
:
-
'
breakingchange'
-
title
:
'
🧪
Experimental
Features'
labels
:
-
'
experimental'
-
title
:
'
🚀
New
Features'
labels
:
-
'
feature'
-
'
enhancement'
-
title
:
'
🐛
Bug
Fixes'
labels
:
-
'
fix'
-
'
bugfix'
-
'
bug'
-
'
BUG'
-
title
:
'
🧰
Maintenance'
label
:
'
maintenance'
change-template
:
'
-
$TITLE
(#$NUMBER)'
exclude-labels
:
-
'
skip-changelog'
template
:
|
## Changes
$CHANGES
## Contributors
We'd like to thank all the contributors who worked on this release!
$CONTRIBUTORS
.github/workflows/release-drafter.yml
0 → 100644
View file @
b808c0c2
name
:
Release Drafter
on
:
push
:
# branches to consider in the event; optional, defaults to all
branches
:
-
master
jobs
:
update_release_draft
:
runs-on
:
ubuntu-latest
steps
:
# Drafts your next Release notes as Pull Requests are merged into "master"
-
uses
:
release-drafter/release-drafter@v5
with
:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name
:
release-drafter-config.yml
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment