Skip to content

Commit

Permalink
fix(core): fix naming convention for release-title
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jun 16, 2024
1 parent c45e26e commit c99cf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ handle_git_commits() {
RELEASE_DIFF_URL="https://github.com/${GIT_REPO_NAME}/compare/${CURRENT_RELEASE_TAG}...${NEXT_RELEASE_TAG}"
RELEASE_BODY_TITLE="[${NEXT_RELEASE_TAG}](${RELEASE_DIFF_URL}) (${CURRENT_DATE})"
else
RELEASE_BODY_TITLE="${NEXT_RELEASE_VERSION} (${CURRENT_DATE})"
RELEASE_BODY_TITLE="${NEXT_RELEASE_TAG} (${CURRENT_DATE})"
fi

RELEASE_BODY="# ${RELEASE_BODY_TITLE}\n${RELEASE_BODY}"
Expand Down

0 comments on commit c99cf96

Please sign in to comment.