Skip to content

Commit

Permalink
added more categories for the release notes generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Dec 3, 2022
1 parent b6e0177 commit 2dedb38
Showing 1 changed file with 47 additions and 11 deletions.
58 changes: 47 additions & 11 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,19 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations

# doc: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
changelog:

exclude:

labels:
- 'Release process'
- 'ci:no-build'


# order matters since this works like a filter, a PR will show up only once.
# try to keep similar categories together since this is also the rendering order.
categories:

- title: 'API Changes'
labels:
- 'API Change'

- title: 'UI Changes'
labels:
- 'UI'
- 'Look and Feel'

- title: 'Gradle'
labels:
- 'Gradle'
Expand All @@ -41,9 +35,22 @@ changelog:
labels:
- 'Maven'

- title: 'Ant'
labels:
- 'Ant'

- title: 'Java'
labels:
- 'Java'
- 'JavaDoc'

- title: 'JavaFX'
labels:
- 'JavaFX'

- title: 'Groovy'
labels:
- 'Groovy'

- title: 'PHP'
labels:
Expand All @@ -65,16 +72,45 @@ changelog:
- 'JavaScript'
- 'TypeScript'
- 'HTML'
- 'CSS'
- 'CSL'

- title: 'Versioning'
labels:
- 'git'
- 'subversion'
- 'mercurial'

- title: 'Editor'
labels:
- 'Editor'
- 'ANTLR'
- 'Docker'

- title: 'UI Changes'
labels:
- 'UI'
- 'Look and Feel'

- title: 'Platform'
labels:
- 'Platform'

- title: 'Language Server Protocol'
labels:
- 'LSP'

- title: 'VSCode Extension'
labels:
- 'VSCode Extension'

- title: 'Maintanance'
labels:
- 'Code cleanup'
- 'Upgrade Library'

- 'dependencies'
- 'CI'

- title: Other Changes
labels:
- "*"

0 comments on commit 2dedb38

Please sign in to comment.