From c7e5a97830246cf608eebdddec57d3310081001b Mon Sep 17 00:00:00 2001 From: Simon Warta <2603011+webmaster128@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:16:53 +0200 Subject: [PATCH] Simplify release text (#1936) --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: