diff --git a/.circleci/config.yml b/.circleci/config.yml index df09fe40..46c3252d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: