diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2022-02-12 21:29:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 21:29:43 -0500 |
commit | 4c88b9d37502785c12224ae928464e87bdb3086b (patch) | |
tree | da370dbbc42f471a6a21f22891c8d067fa2ddf8e /.github | |
parent | aded938e00357263a9c0ef24f9ef573873dbf086 (diff) | |
download | libgit2-4c88b9d37502785c12224ae928464e87bdb3086b.tar.gz |
release.yml: use sentence case for everything
Diffstat (limited to '.github')
-rw-r--r-- | .github/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/release.yml b/.github/release.yml index a9f7aa0f2..c3c8da290 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -15,6 +15,6 @@ changelog: - title: Documentation improvements labels: - documentation - - title: Other Changes + - title: Other changes labels: - '*' |