Skip to content

Commit d5981be

Browse files
authored
Fix release script (apple#8)
The release title needs to match <name>@<version> in order for our package docs to build.
1 parent c433441 commit d5981be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.circleci/config.pkl

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs {
5656
command = #"""
5757
echo "Creating release"
5858
gh release create k8s@${CIRCLE_TAG} \
59-
--title "${CIRCLE_TAG}" \
6059
--target "${CIRCLE_SHA1}" \
6160
--notes "Release k8s version ${CIRCLE_TAG}" \
6261
--repo "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}" \

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
command: |-
2323
echo "Creating release"
2424
gh release create k8s@${CIRCLE_TAG} \
25-
--title "${CIRCLE_TAG}" \
2625
--target "${CIRCLE_SHA1}" \
2726
--notes "Release k8s version ${CIRCLE_TAG}" \
2827
--repo "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}" \

0 commit comments

Comments
 (0)