Skip to content

Commit

Permalink
ci(github): inform Slack about releases
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Sep 19, 2024
1 parent 086c0b0 commit 0e87f78
Show file tree
Hide file tree
Showing 4 changed files with 670 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

release:
name: Release
Expand Down
8 changes: 7 additions & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ module.exports = {
"label": "RUM Enhancer Hash"
}
]
}]
}],
["semantic-release-slack-bot", {
notifyOnSuccess: true,
notifyOnFail: true,
markdownReleaseNotes: true,
slackChannel: "rum-explorers",
}],
],
branches: ['main'],
};
Loading

0 comments on commit 0e87f78

Please sign in to comment.