From c01ff28b4f8aca56545c32ddfee0ac5092d2afcc Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 25 Jan 2023 22:46:37 -0700 Subject: [PATCH] Add release description Former-commit-id: a520cce17cb770ebae13a47e84c6c6c2a90264e8 --- scripts/publish_shiv_package_github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish_shiv_package_github.sh b/scripts/publish_shiv_package_github.sh index 226b4f06..72ce8959 100755 --- a/scripts/publish_shiv_package_github.sh +++ b/scripts/publish_shiv_package_github.sh @@ -32,7 +32,7 @@ github_release_manager.sh \ -l notused -t ${CERC_PACKAGE_RELEASE_GITHUB_TOKEN} \ -o ${github_org} -r ${github_repository} \ -d v${major}.${minor}.${patch} \ - -c create + -c create -m "Release v${major}.${minor}.${patch}" github_release_manager.sh \ -l notused -t ${CERC_PACKAGE_RELEASE_GITHUB_TOKEN} \ -o ${github_org} -r ${github_repository} \