Skip to content

Commit

Permalink
Release version v0.30.49
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter committed Dec 19, 2023
1 parent 75928e1 commit 0275990
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
run: |
TAG=${{github.ref_name}}
VERSION=${TAG#v}
echo "RELEASE_BODY='# [$VERSION] - $(date +%Y-%m-%d)\n$(awk '/## \['$VERSION']/{flag=1; next} /## \[/{flag=0} flag' CHANGELOG.md)'" >> $GITHUB_ENV
{
echo "RELEASE_BODY<<EOF"
echo "# [$VERSION] - $(date +%Y-%m-%d)"
echo "$(awk '/## \['$VERSION']/{flag=1; next} /## \[/{flag=0} flag' CHANGELOG.md)"
echo EOF
} >> "$GITHUB_ENV"
- uses: ncipollo/release-action@v1
with:
makeLatest: true
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.30.49] 2023-12-18

wehhhh

## [0.30.48] 2023-12-18

hahahahahaha
Expand Down Expand Up @@ -108,3 +112,4 @@ Oops, we weren't keeping a changelog before this tag!
[0.30.46]: https://github.com/bebop/poly/releases/tag/v0.30.46
[0.30.47]: https://github.com/bebop/poly/releases/tag/v0.30.47
[0.30.48]: https://github.com/bebop/poly/releases/tag/v0.30.48
[0.30.49]: https://github.com/bebop/poly/releases/tag/v0.30.49

0 comments on commit 0275990

Please sign in to comment.