Skip to content

Commit

Permalink
Update release-drafter.yml (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix authored Oct 23, 2024
1 parent e7d6920 commit 5a71cca
Showing 1 changed file with 13 additions and 127 deletions.
140 changes: 13 additions & 127 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,161 +8,47 @@ categories:
labels:
- 'feature'
- 'enhancement'
- title: 'Dependency'
labels:
- 'dependency'
- title: 'Fixes'
labels:
- 'fix'
- 'bug'
- 'security'
- title: 'Bash script'
labels:
- 'Bash script'
- title: 'C'
labels:
- 'C'
- title: 'C#'
labels:
- 'C#'
- title: 'C++'
labels:
- 'C++'
- title: 'CMake'
labels:
- 'CMake'
- title: 'CoffeeScript'
labels:
- 'CoffeeScript'
- title: 'CPP'
labels:
- 'CPP'
- title: 'Crystal'
labels:
- 'Crystal'
- title: 'D'
labels:
- 'D'
- title: 'Elixir'
labels:
- 'Elixir'
- title: 'Erlang'
labels:
- 'Erlang'
- title: 'F#'
labels:
- 'F#'
- title: 'Go'
labels:
- 'Go'
- title: 'Groovy'
labels:
- 'Groovy'
- title: 'Haskell'
labels:
- 'Haskell'
- title: 'Java'
labels:
- 'Java'
- title: 'JavaScript'
labels:
- 'JavaScript'
- title: 'Julia'
labels:
- 'Julia'
- title: 'Lazy K'
labels:
- 'Lazy K'
- title: 'Lisp'
- title: 'Dependencies'
collapse-after: 3
labels:
- 'Lisp'
- title: 'Lua'
labels:
- 'Lua'
- title: 'Nim'
labels:
- 'Nim'
- title: 'OCaml'
labels:
- 'OCaml'
- title: 'OpenSSL'
labels:
- 'OpenSSL'
- title: 'Pascal'
labels:
- 'Pascal'
- title: 'Perl'
labels:
- 'Perl'
- title: 'PHP'
labels:
- 'PHP'
- title: 'Pony'
labels:
- 'Pony'
- title: 'Python'
labels:
- 'Python'
- title: 'R'
labels:
- 'R'
- title: 'Rill'
labels:
- 'Rill'
- title: 'Ruby'
labels:
- 'Ruby'
- title: 'Rust'
labels:
- 'Rust'
- title: 'Scala'
labels:
- 'Scala'
- title: 'SQL'
labels:
- 'SQL'
- title: 'Swift'
labels:
- 'Swift'
- title: 'TypeScript'
labels:
- 'TypeScript'
- title: 'Vim script'
labels:
- 'Vim script'
- title: 'Zig'
labels:
- 'Zig'
- 'dependencies'
- 'renovate'
- title: 'Documentation'
labels:
- 'document'
- 'documents'
- 'documentation'
- title: 'Internal improvement'
labels:
- 'CI'
exclude-labels:
- 'dependencies'
- 'renovate'
- 'invalid'
- 'internal-fix'
- 'misc'
- 'ci'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'BREAKING CHANGE'
- 'major'
minor:
labels:
- 'feature'
- 'enhancement'
- 'dependency'
- 'minor'
patch:
labels:
- 'improvement'
- 'fix'
- 'bug'
- 'security'
- 'patch'
default: patch
template: |
[Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/srz-zumix/wandbox-api/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
[Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
## Changes
Expand Down

0 comments on commit 5a71cca

Please sign in to comment.