Skip to content

Commit

Permalink
Merge pull request #209 from hartwork/prepare-release
Browse files Browse the repository at this point in the history
Prepare release 7.4.2
  • Loading branch information
hartwork authored Dec 22, 2024
2 parents fd21706 + 3e92231 commit 137bf70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion git-delete-merged-branches.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH GIT-DELETE-MERGED-BRANCHES "1" "May 2024" "git-delete-merged-branches 7.4.1" "User Commands"
.TH GIT-DELETE-MERGED-BRANCHES "1" "December 2024" "git-delete-merged-branches 7.4.2" "User Commands"
.SH NAME
git-delete-merged-branches \- Command-line tool to delete merged Git branches
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion git-dmb.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH GIT-DMB "1" "May 2024" "git-dmb 7.4.1" "User Commands"
.TH GIT-DMB "1" "December 2024" "git-dmb 7.4.2" "User Commands"
.SH NAME
git-dmb \- Command-line tool to delete merged Git branches
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion git_delete_merged_branches/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

APP = "git-delete-merged-branches"
DESCRIPTION = "Command-line tool to delete merged Git branches"
VERSION = "7.4.1"
VERSION = "7.4.2"
2 changes: 1 addition & 1 deletion sync-manpages-with-help-output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e
set -o pipefail

_BUILD_MONTH=2024-05 # for reproducible builds; bump when doing releases
_BUILD_MONTH=2024-12 # for reproducible builds; bump when doing releases

sed_args=(
# Produce familiar section "synopsis"
Expand Down

0 comments on commit 137bf70

Please sign in to comment.