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:
authorVladimir Shushlin <vshushlin@gitlab.com>2021-06-09 09:36:23 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2021-06-09 09:36:23 +0300
commit4219a8991815fb5309ce4c217d4fa2a2d885e0b0 (patch)
tree95f7bd12a801c79d09d528b9212bb131ac30bcea /.gitlab
parentc3bb333b54bc8e1ae2d29982ebc758ccb92267b1 (diff)
Remove unnecessary BRANCH= when generating changelog
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/release.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
index 5c826ff1..d423e9c8 100644
--- a/.gitlab/issue_templates/release.md
+++ b/.gitlab/issue_templates/release.md
@@ -6,7 +6,7 @@
- [ ] Create an MR for [gitlab-pages project](https://gitlab.com/gitlab-org/gitlab-pages).
You can use [this MR](https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/217) as an example.
- [ ] Update `VERSION`, and push your branch
- - [ ] Update `CHANGELOG` by running `GITLAB_PRIVATE_TOKEN= BRANCH= make changelog`, note that you need to create a personal access token
+ - [ ] Update `CHANGELOG` by running `GITLAB_PRIVATE_TOKEN= make changelog`, note that you need to create a personal access token
- [ ] Assign to reviewer
- [ ] Once `gitlab-pages` is merged create a signed+annotated tag pointing to the **merge commit** on the **stable branch**
In case of `master` branch: