diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2022-07-13 12:27:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 12:27:43 -0400 |
commit | fb02e339fe4b38628aea7625d76d5e336d732a0c (patch) | |
tree | 2b2237f8ac5182da2aa0545aa31bde16c6a4e574 /.github | |
parent | 3c8a860df4dd1dfe1aad74c884529184b7d932b2 (diff) | |
download | libgit2-fb02e339fe4b38628aea7625d76d5e336d732a0c.tar.gz |
meta: update release.yml for security information
Diffstat (limited to '.github')
-rw-r--r-- | .github/release.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/release.yml b/.github/release.yml index c3c8da290..79158f492 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,10 +6,13 @@ changelog: - title: Bug fixes labels: - bug + - title: Security fixes + labels: + - security - title: Code cleanups labels: - cleanup - - title: CI improvements + - title: Build and CI improvements labels: - build - title: Documentation improvements |