Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-09-01 08:01:00 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-09-01 08:01:00 +0300
commit07ecb70f62f054cd224766fb31ef50e123b3c5f2 (patch)
tree17db2eed44801c6f7ca968a79e6ae616275085ad /.gitlab
parent29410749d7c0cf68d373d4c324f41a47d7101ce5 (diff)
fix: use conventional commit when generating changelog
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/scripts/changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/scripts/changelog.sh b/.gitlab/scripts/changelog.sh
index 051f3e2d..ec529210 100755
--- a/.gitlab/scripts/changelog.sh
+++ b/.gitlab/scripts/changelog.sh
@@ -18,7 +18,7 @@ function generate_changelog() {
--fail \
--silent \
--show-error \
- "https://gitlab.com/api/v4/projects/$PROJECT_ID/repository/changelog"
+ "https://gitlab.com/api/v4/projects/$PROJECT_ID/repository/changelog?message=\"docs: add changelog for version $VERSION\""
}
echo 'Updating changelog on the remote branch...'