Skip to content

Commit

Permalink
Update CHANGELOG and release process
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Dec 17, 2024
1 parent a88754a commit 69dd545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
TAG_NAME=${GITHUB_REF#refs/tags/}
echo "Current Tag: $TAG_NAME"
awk "/^## \\[${TAG_NAME}\\]/,/^## /{if (!/^## \\[${TAG_NAME}\\]/) print}" CHANGELOG.md > release_notes.md
sed -i 's/^## \[${TAG_NAME}\]/## ${TAG_NAME}/' release_notes.md
echo "Release Notes:"
cat release_notes.md
if [ ! -s release_notes.md ]; then
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.4.1 - 2024-12-17
## [0.4.1] - 2024-12-17
This is a non-consensus breaking patch to the 0.4.0 release line.
### Update
Bump Cosmos SDK from `v0.47.10` to `v0.47.15` to resolve [ABS-0043/ABS-0044](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-8wcc-m6j2-qxvm) security advisory.

0 comments on commit 69dd545

Please sign in to comment.