Skip to content

Commit 5503323

Browse files
authored
Merge pull request #177 from hartwork/prepare-release
Prepare release 7.4.1
2 parents a0f0640 + 4305927 commit 5503323

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- name: Check if the man page is in sync with --help output
3636
run: |-
3737
rm git-{delete-merged-branches,dmb}.1 # to enforce a diff for the generator to remove
38-
./sync-manpage-with-help-output.sh
38+
./sync-manpages-with-help-output.sh
3939
git diff --exit-code -- git-{delete-merged-branches,dmb}.1

git-delete-merged-branches.1

Lines changed: 1 addition & 1 deletion
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" "December 2022" "git-delete-merged-branches 7.4.0" "User Commands"
2+
.TH GIT-DELETE-MERGED-BRANCHES "1" "May 2024" "git-delete-merged-branches 7.4.1" "User Commands"
33
.SH NAME
44
git-delete-merged-branches \- Command-line tool to delete merged Git branches
55
.SH SYNOPSIS

git-dmb.1

Lines changed: 1 addition & 1 deletion
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" "December 2022" "git-dmb 7.4.0" "User Commands"
2+
.TH GIT-DMB "1" "May 2024" "git-dmb 7.4.1" "User Commands"
33
.SH NAME
44
git-dmb \- Command-line tool to delete merged Git branches
55
.SH SYNOPSIS

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.4.0'
6+
VERSION = '7.4.1'
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=2022-12 # for reproducible builds; bump when doing releases
8+
_BUILD_MONTH=2024-05 # for reproducible builds; bump when doing releases
99

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

0 commit comments

Comments
 (0)