Skip to content

Commit

Permalink
build: Fix little typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 22, 2023
1 parent 3725d7b commit 828ad72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ perl -Itools -MChangelog -e '

# 5. Update changelog version and release date
RELEASE_DATE=$(LANG=C date +"%a, %d %b %Y")
sed -ri -e "s/.* (not released yet|not yet release)/$VERSION $RELEASE_DATE/" Changes
sed -ri -e "s/.* (not released yet|not yet released)/$VERSION $RELEASE_DATE/" Changes

# Update version in Makefile.PL
sed -ri -e "s/^version '.*';$/version '$VERSION';/" Makefile.PL
Expand Down

0 comments on commit 828ad72

Please sign in to comment.