Skip to content

Commit

Permalink
Merge pull request #73 from danicheg/pr/release.yml
Browse files Browse the repository at this point in the history
Add the `.github/release.yml`
  • Loading branch information
danicheg authored Jan 6, 2024
2 parents d506931 + 27788e9 commit 6d47990
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
changelog:
categories:
- title: `scalac-profiling` compiler plugin
labels:
- scalac-profiling
exclude:
labels:
- behind-the-scenes
- title: `sbt-scalac-profiling` SBT plugin
labels:
- sbt-scalac-profiling
exclude:
labels:
- behind-the-scenes

- title: Documentation
labels:
- docs
exclude:
labels:
- behind-the-scenes

- title: Behind the scenes
labels:
- "*"

0 comments on commit 6d47990

Please sign in to comment.