Skip to content

Commit c618635

Browse files
authored
Merge pull request #278 from hartwork/prepare-release
Prepare release 7.5.1
2 parents a21e84d + 87596c6 commit c618635

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/enforce-copies-of-help-output-in-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616

17-
- name: Set up Python 3.12
17+
- name: Set up Python 3.14
1818
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
1919
with:
20-
python-version: 3.12
20+
python-version: 3.14
2121

2222
- name: Install build dependencies
2323
run: |

git-delete-merged-branches.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH GIT-DELETE-MERGED-BRANCHES "1" "March 2025" "git-delete-merged-branches 7.5.0" "User Commands"
2+
.TH GIT-DELETE-MERGED-BRANCHES "1" "January 2026" "git-delete-merged-branches 7.5.1" "User Commands"
33
.SH NAME
44
git-delete-merged-branches \- Command-line tool to delete merged Git branches
55
.SH SYNOPSIS
@@ -23,17 +23,17 @@ show this help message and exit
2323
show program's version number and exit
2424
.SS "rules:"
2525
.TP
26-
\fB\-\-branch\fR BRANCH, \fB\-b\fR BRANCH
26+
\fB\-\-branch\fR, \fB\-b\fR BRANCH
2727
require the given branch as a merge target (instead of what is configured for this repository); can be passed multiple times
2828
.TP
2929
\fB\-\-effort\fR LEVEL
3030
level of effort to put into finding merged branches; level 1 uses nothing but "git branch \-\-merged", level 2 adds use of "git cherry", level 3 adds use of "git cherry" on temporary squashed copies (default level: 2)
3131
.SS "scope:"
3232
.TP
33-
\fB\-\-remote\fR REMOTE, \fB\-r\fR REMOTE
33+
\fB\-\-remote\fR, \fB\-r\fR REMOTE
3434
process the given remote (instead of the remotes that are configured for this repository); can be passed multiple times
3535
.TP
36-
\fB\-\-exclude\fR BRANCH, \fB\-x\fR BRANCH
36+
\fB\-\-exclude\fR, \fB\-x\fR BRANCH
3737
exclude the given branch from deletion (in addition to the exclusion list that is configured for this repository); can be passed multiple times
3838
.TP
3939
\fB\-\-include\-regex\fR PATTERN

git-dmb.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH GIT-DMB "1" "March 2025" "git-dmb 7.5.0" "User Commands"
2+
.TH GIT-DMB "1" "January 2026" "git-dmb 7.5.1" "User Commands"
33
.SH NAME
44
git-dmb \- Command-line tool to delete merged Git branches
55
.SH SYNOPSIS
@@ -23,17 +23,17 @@ show this help message and exit
2323
show program's version number and exit
2424
.SS "rules:"
2525
.TP
26-
\fB\-\-branch\fR BRANCH, \fB\-b\fR BRANCH
26+
\fB\-\-branch\fR, \fB\-b\fR BRANCH
2727
require the given branch as a merge target (instead of what is configured for this repository); can be passed multiple times
2828
.TP
2929
\fB\-\-effort\fR LEVEL
3030
level of effort to put into finding merged branches; level 1 uses nothing but "git branch \-\-merged", level 2 adds use of "git cherry", level 3 adds use of "git cherry" on temporary squashed copies (default level: 2)
3131
.SS "scope:"
3232
.TP
33-
\fB\-\-remote\fR REMOTE, \fB\-r\fR REMOTE
33+
\fB\-\-remote\fR, \fB\-r\fR REMOTE
3434
process the given remote (instead of the remotes that are configured for this repository); can be passed multiple times
3535
.TP
36-
\fB\-\-exclude\fR BRANCH, \fB\-x\fR BRANCH
36+
\fB\-\-exclude\fR, \fB\-x\fR BRANCH
3737
exclude the given branch from deletion (in addition to the exclusion list that is configured for this repository); can be passed multiple times
3838
.TP
3939
\fB\-\-include\-regex\fR PATTERN

git_delete_merged_branches/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
APP = "git-delete-merged-branches"
55
DESCRIPTION = "Command-line tool to delete merged Git branches"
6-
VERSION = "7.5.0"
6+
VERSION = "7.5.1"

sync-manpages-with-help-output.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66
set -o pipefail
77

8-
_BUILD_MONTH=2025-03 # for reproducible builds; bump when doing releases
8+
_BUILD_MONTH=2026-01 # for reproducible builds; bump when doing releases
99

1010
sed_args=(
1111
# Produce familiar section "synopsis"

0 commit comments

Comments
 (0)