From 7bcb1f2911e7ff9c60df951eebaee01b6fb0a06d Mon Sep 17 00:00:00 2001 From: James Montalvo Date: Wed, 6 Jan 2021 23:17:45 -0600 Subject: [PATCH] Fix typo in do-release.sh (#1284) --- src/scripts/do-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/do-release.sh b/src/scripts/do-release.sh index 7d7e0d503..62cc6fc45 100755 --- a/src/scripts/do-release.sh +++ b/src/scripts/do-release.sh @@ -170,7 +170,7 @@ echo "4. After the PR is merged create a new release of Meza with these detai echo " * Tag: $NEW_VERSION" echo " * Title: Meza $NEW_VERSION" echo -e " * Description: the ${GREEN}Meza $NEW_VERSION${NC} section from RELEASE-NOTES.md" -echo -e " (create a release here: ${GREEN}https://github.com/enterprisemediawiki/meza/releases/new${NC}) +echo -e " (create a release here: ${GREEN}https://github.com/enterprisemediawiki/meza/releases/new${NC})" echo -e "5. Move the ${GREEN}${VERSION_BRANCH}${NC} branch to the same point as the ${GREEN}${BASE_BRANCH}${NC} branch:" echo -e " ${RED}git fetch" echo -e " git checkout ${VERSION_BRANCH}"