Simplify release text (#1936)

This commit is contained in:
Simon Warta
2024-07-17 17:16:53 +02:00
committed by GitHub
parent 7f1db9d4da
commit c7e5a97830

View File

@@ -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: