Skip to content

Commit

Permalink
Simplify release text (CosmWasm#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 authored Jul 17, 2024
1 parent 7f1db9d commit c7e5a97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ jobs:
gh release create ${CIRCLE_TAG} \
--title "$CIRCLE_TAG" \
--draft \
--notes "# Wasmd ${CIRCLE_TAG} Release
See the [CHANGELOG](https://github.com/CosmWasm/wasmd/blob/${CIRCLE_TAG}/CHANGELOG.md) for details on the changes in this version.
"
--notes "See the [CHANGELOG](https://github.com/CosmWasm/wasmd/blob/${CIRCLE_TAG}/CHANGELOG.md) for details on the changes in this version."
workflows:
test-suite:
Expand Down

0 comments on commit c7e5a97

Please sign in to comment.