diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-20 19:16:43 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-20 19:16:43 -0500 |
commit | f3966bd1ce8b3417d4091a4f87e71078ced52007 (patch) | |
tree | b02bc61da27a3b2249aad11671cd905ef1f67f28 /.gitlab-ci.yml | |
parent | Use regex to match vX.Y.Z (diff) | |
download | nheko-f3966bd1ce8b3417d4091a4f87e71078ced52007.tar.xz |
Generate release notes from CHANGELOG.md
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ee6744d..c4df66e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -317,4 +317,4 @@ github-release: before_script: - apk update && apk add jq script: - - ./.ci/update-github-release.sh \ No newline at end of file + - ./.ci/update-github-release.sh |