Skip to content

Commit aeb448d

Browse files
committed
Auto-generated commit
1 parent 58c3c67 commit aeb448d

File tree

3 files changed

+30249
-2
lines changed

3 files changed

+30249
-2
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Replace `Unreleased` in the CHANGELOG.md file with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"

0 commit comments

Comments
 (0)