diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c303e14..d5cfbf11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -512,7 +512,7 @@ jobs: - run: command: | NEW_VERSION=$(jq -r .versionName version.json) - MESSAGE="##### Lunes CMS version [${NEW_VERSION}](https://github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/releases/tag/${NEW_VERSION}) has been released successfully :tada:" + MESSAGE="##### Lunes CMS version [${NEW_VERSION}](https://github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/releases/tag/${NEW_VERSION}) has been promoted successfully to production :tada:"$'\n'"It goes live on lunes-prod with the next highstate – please run it to complete the release." npx --no app-toolbelt v0 notify mattermost \ --message "${MESSAGE}" \ --channel releases \ @@ -812,4 +812,3 @@ workflows: - matches: pattern: ^(release|hotfix)-.* value: << pipeline.git.branch >> - diff --git a/.circleci/src/jobs/promote-release.yml b/.circleci/src/jobs/promote-release.yml index 36c5f8ef..1af3c968 100644 --- a/.circleci/src/jobs/promote-release.yml +++ b/.circleci/src/jobs/promote-release.yml @@ -19,7 +19,7 @@ steps: name: Notify mattermost about production release command: | NEW_VERSION=$(jq -r .versionName version.json) - MESSAGE="##### Lunes CMS version [${NEW_VERSION}](https://github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/releases/tag/${NEW_VERSION}) has been released successfully :tada:" + MESSAGE="##### Lunes CMS version [${NEW_VERSION}](https://github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/releases/tag/${NEW_VERSION}) has been promoted successfully to production :tada:"$'\n'"It goes live on lunes-prod with the next highstate – please run it to complete the release." npx --no app-toolbelt v0 notify mattermost \ --message "${MESSAGE}" \ --channel releases \