Adjust promotion message - #962
Conversation
LLM Review (verdigado-think)Commit message style |
| 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 and will be available within the next hours :tada:" |
There was a problem hiding this comment.
Hmm, within the next hours is only accurate if someone runs a highstate manually. Otherwise the new version will be available after the automatic high state on Friday morning, right?
There was a problem hiding this comment.
yes but actually according to our release workflow it should be done by a dev.
If there are any breaks on friday after highstate likely no people are here to fix that.
So for me that friday routine is just a fallback but feel free to suggest a better wording
There was a problem hiding this comment.
| 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 and will be available within the next hours :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." |
How about that?
Short description
Currently the release message for the beta and promotion message for the production delivery aber equal and it
Proposed changes
How to test
Resolved issues
Fixes: #