Skip to content

Commit

Permalink
Merge pull request #1329 from shirou/feature/add_github_release_yaml
Browse files Browse the repository at this point in the history
feat: add github release.yml
  • Loading branch information
shirou committed Jul 18, 2022
2 parents 8c479f5 + 37a0bf3 commit 422fdd4
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/release.yml
@@ -0,0 +1,38 @@
changelog:
exclude:
labels:
- ignore-for-release
- dependencies
authors:
- dependabot[bot]
categories:
- title: "cpu"
labels:
- "package:cpu"
- title: "disk"
labels:
- "package:disk"
- title: "docker"
labels:
- "package:docker"
- title: "host"
labels:
- "package:host"
- title: "load"
labels:
- "package:load"
- title: "mem"
labels:
- "package:mem"
- title: "net"
labels:
- "package:net"
- title: "process"
labels:
- "package:process"
- title: "winservices"
labels:
- "package:winservices"
- title: Other Changes
labels:
- "*"

0 comments on commit 422fdd4

Please sign in to comment.