Skip to content

Commit

Permalink
Fix typo in do-release.sh (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontalvo3 committed Jan 7, 2021
1 parent 48b8a3a commit 7bcb1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/do-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7bcb1f2

Please sign in to comment.