Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 2c3bbf3

Browse files
committed
Merge branch 'each-replay-merge' into 'main'
revise branch format See merge request isc-projects/bind9!7719
2 parents 44636fd + 5fbbb46 commit 2c3bbf3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitlab/issue_templates/Release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- [ ] ***(QA)*** Update BIND 9 version in `configure.ac` (9.18+) or `version` (9.16).
4747
- [ ] ***(QA)*** Rebuild `configure` using Autoconf on `docs.isc.org` (9.16).
4848
- [ ] ***(QA)*** Update GitLab settings for all maintained branches to disallow merging to them.
49-
- [ ] ***(QA)*** Tag the releases in the private repository (`git tag -s -m "BIND 9.x.y" v9_x_y`).
49+
- [ ] ***(QA)*** Tag the releases in the private repository (`git tag -s -m "BIND 9.x.y" v9.x.y`).
5050

5151
### Before the ASN Deadline (for ASN Releases) or the Public Release Date (for Regular Releases)
5252

util/git-replay-merge.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,8 @@ resume() {
179179
LABEL_VERSION=""
180180
LABEL_BACKPORT=""
181181

182-
if ! $DONT_TAG && [[ $TARGET_BRANCH == v9_[0-9][0-9] ]]; then
183-
184-
version="9.${TARGET_BRANCH#v9_}"
182+
if ! $DONT_TAG && [[ $TARGET_BRANCH == bind-9.[0-9][0-9] ]]; then
183+
version="${TARGET_BRANCH#bind-}"
185184

186185
TITLE="$(git show --format=%b ${SOURCE_COMMIT} | head -n 1)"
187186
TITLE="merge_request.title=[${version}] ${TITLE}"

0 commit comments

Comments
 (0)