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} \ gh release create ${CIRCLE_TAG} \
--title "$CIRCLE_TAG" \ --title "$CIRCLE_TAG" \
--draft \ --draft \
--notes "# Wasmd ${CIRCLE_TAG} Release --notes "See the [CHANGELOG](https://github.com/CosmWasm/wasmd/blob/${CIRCLE_TAG}/CHANGELOG.md) for details on the changes in this version."
See the [CHANGELOG](https://github.com/CosmWasm/wasmd/blob/${CIRCLE_TAG}/CHANGELOG.md) for details on the changes in this version.
"
workflows: workflows:
test-suite: test-suite: