Skip to content

Commit

Permalink
release: 2.3.3 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF authored Nov 15, 2024
2 parents db91c45 + 6e48fe2 commit 4dd297f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
CHANGELOG=$(
cat ${{ env.CHANGELOG }} \
| perl -0pe "s/(.*\n)*${{ env.VERSION_HEADER }}$VERSION\n//g" \
| perl -0pe 's/(\n?)${{ env.VERSION_HEADER }}.*\n(.*\n)*/\1/g' \
| perl -0pe 's/(\n?)${{ env.VERSION_HEADER }}.*\n?(.*\n?)*/\1/g' \
| perl -0pe 's/^\n*//g' \
| perl -0pe 's/\n*$//g'
) \
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
CHANGELOG=$(
cat ${{ env.CHANGELOG }} \
| perl -0pe "s/(.*\n)*${{ env.VERSION_HEADER }}$VERSION\n//g" \
| perl -0pe 's/(\n?)${{ env.VERSION_HEADER }}.*\n(.*\n)*/\1/g' \
| perl -0pe 's/(\n?)${{ env.VERSION_HEADER }}.*\n?(.*\n?)*/\1/g' \
| perl -0pe 's/^\n*//g' \
| perl -0pe 's/\n*$//g'
)
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.3

- fix: solve issue that changelog is not parsed properly if changelog.md do not have last empty line

## 2.3.2

- fix: solve issue that unexpected changelog-not-modified warning is printed
Expand Down

0 comments on commit 4dd297f

Please sign in to comment.