You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for result in "$RESULT_CHECK_RELEASABILITY" "$RESULT_PREPARE_RELEASE" "$RESULT_PUBLISH_GITHUB_RELEASE" "$RESULT_CREATE_RELEASE_TICKET" "$RESULT_RELEASE_IN_JIRA" "$RESULT_CREATE_INTEGRATION_TICKETS" "$RESULT_UPDATE_ANALYZERS"; do
745
+
for result in "$RESULT_CHECK_RELEASABILITY" "$RESULT_PREPARE_RELEASE" "$RESULT_PUBLISH_GITHUB_RELEASE" "$RESULT_CREATE_RELEASE_TICKET" "$RESULT_RELEASE_IN_JIRA" "$RESULT_CREATE_INTEGRATION_TICKETS" "$RESULT_UPDATE_ANALYZERS" "$RESULT_BUMP_VERSION"; do
742
746
if [[ "$result" != "success" && "$result" != "skipped" ]]; then
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ A centralized collection of reusable GitHub Actions designed to streamline and a
17
17
|[Get Release Version](get-release-version/README.md)| Extracts the release version from the repox status on a specified branch |
18
18
|[Lock Branch](lock-branch/README.md)| Locks or unlocks a branch by modifying the `lock_branch` setting in branch protection rules |
19
19
|[Notify Slack on Failure](notify-slack/README.md)| Sends a Slack notification when a job fails |
20
+
|[Send Slack Message](slack-message/README.md)| Sends a markdown message to a Slack channel |
20
21
|[Publish GitHub Release](publish-github-release/README.md)| Publishes a GitHub Release with notes fetched from Jira or provided directly |
21
22
|[Release Jira Version](release-jira-version/README.md)| Releases a Jira version and creates the next one |
22
23
|[Sonar Update Center Release](sonar-update-center-release/README.md)| Updates a plugin entry in sonar-update-center-properties and creates a pull request |
0 commit comments