This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 46
46
- [ ] *** (QA)*** Update BIND 9 version in ` configure.ac ` (9.18+) or ` version ` (9.16).
47
47
- [ ] *** (QA)*** Rebuild ` configure ` using Autoconf on ` docs.isc.org ` (9.16).
48
48
- [ ] *** (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 ` ).
50
50
51
51
### Before the ASN Deadline (for ASN Releases) or the Public Release Date (for Regular Releases)
52
52
Original file line number Diff line number Diff line change @@ -179,9 +179,8 @@ resume() {
179
179
LABEL_VERSION=" "
180
180
LABEL_BACKPORT=" "
181
181
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-} "
185
184
186
185
TITLE=" $( git show --format=%b ${SOURCE_COMMIT} | head -n 1) "
187
186
TITLE=" merge_request.title=[${version} ] ${TITLE} "
You can’t perform that action at this time.
0 commit comments