Browse Source

fix automated NOTES

Simon Sobisch 2 years ago
parent
commit
a626779410
1 changed files with 2 additions and 2 deletions
  1. 2 2
      release.sh

+ 2 - 2
release.sh

@@ -12,10 +12,10 @@ REPO_NAME="${GITHUB_REPOSITORY:(${#OWNER}+1)}"
 
 if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
   REPOSITORY="${REPO_NAME:-"vscodium"}-insiders"
-  NOTES="update to [${MS_COMMIT}](https://github.com/microsoft/vscode/tree/${MS_COMMIT})"
+  NOTES="update vscode to [${MS_COMMIT}](https://github.com/microsoft/vscode/tree/${MS_COMMIT})"
 else
   REPOSITORY="${REPO_NAME:-"vscodium"}"
-  NOTES="update to [${MS_TAG}](https://code.visualstudio.com/updates/v$( echo ${MS_TAG//./_} \| cut -d'_' -f 1,2 ))"
+  NOTES="update vscode to [${MS_TAG}](https://code.visualstudio.com/updates/v$( echo ${MS_TAG//./_} | cut -d'_' -f 1,2 ))"
 fi
 
 npm install -g github-release-cli