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:
authorJaime Martinez <jmartinez@gitlab.com>2021-03-12 07:18:48 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-03-12 07:50:27 +0300
commitc2111bdc6e8ccb45d0b8c95f73d24e84eff891fb (patch)
tree4f0a70def586894d475cec6d875ae98c497cd26b /Makefile.util.mk
parent98c64e9552bdf27118b82bce664706af93b32b59 (diff)
Prepare CHANGELOG.md with new format
Changelog: changed
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index 91fa7ea5..5d5355e4 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -61,7 +61,7 @@ junit-report: .GOPATH/.ok bin/go-junit-report
cat tests.out | ./bin/go-junit-report -set-exit-code > junit-test-report.xml
changelog:
- TOKEN='$(GITLAB_PRIVATE_TOKEN)' VERSION='$(VERSION)' BRANCH='$(BRANCH)' bash ./.gitlab/scripts/changelog.sh
+ TOKEN='$(GITLAB_PRIVATE_TOKEN)' VERSION='$(shell cat VERSION)' BRANCH='$(BRANCH)' bash ./.gitlab/scripts/changelog.sh
ifndef GITLAB_PRIVATE_TOKEN
$(error GITLAB_PRIVATE_TOKEN is undefined)
endif