Skip to content

Commit

Permalink
Fix hyphenated component name in published release (knative#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed Jan 29, 2019
1 parent 434492d commit de9acef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ function main() {
# Parameters: $1..$n - YAML files to add to the release.
function publish_to_github() {
(( PUBLISH_TO_GITHUB )) || return 0
local title="Knative $(capitalize ${REPO_NAME//-/ /}) release ${TAG}"
local title="Knative $(capitalize ${REPO_NAME//-/ }) release ${TAG}"
local attachments=()
local description="$(mktemp)"
local attachments_dir="$(mktemp -d)"
Expand Down

0 comments on commit de9acef

Please sign in to comment.