-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(slack): add missing scope to Slack message
The Slack integration did not reflect the same output as normal publish flow. Closes #266
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"blocks":[{"type":"header","text":{"type":"plain_text","text":":tada: New release for some/thing","emoji":true}},{"type":"section","text":{"type":"mrkdwn","text":":rocket: *Features*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"1 commit referencing 0 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|*ci test*\u003e\r\n"}},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":":bug: *Bug fixes*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"2 commits referencing 0 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|*huge bug*\u003e\r\n`00000000` \u003chttps://example.com/some/thing/commit/00000000|*bug fix*\u003e\r\n"}},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":":wrench: *Chores and Improvements*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"2 commits referencing 3 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|*testing*\u003e _ref \u003chttps://example.com/some/thing/issues/1|#1\u003e,\u003chttps://example.com/some/thing/issues/2|#2\u003e_\r\n`00000000` \u003chttps://example.com/some/thing/commit/00000000|*this should end up in chores*\u003e _ref \u003chttps://example.com/some/thing/issues/3|#3\u003e_\r\n"}},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":":package: *Other*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"2 commits referencing 0 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|*merge master in something*\u003e\r\n`00000000` \u003chttps://example.com/some/thing/commit/00000000|*random*\u003e\r\n"}},{"type":"divider"}]} | ||
{"blocks":[{"type":"header","text":{"type":"plain_text","text":":tada: New release for some/thing","emoji":true}},{"type":"section","text":{"type":"mrkdwn","text":":rocket: *Features*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"1 commit referencing 0 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|*(ci)* ci test\u003e\r\n"}},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":":bug: *Bug fixes*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"2 commits referencing 0 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|huge bug\u003e\r\n`00000000` \u003chttps://example.com/some/thing/commit/00000000|bug fix\u003e\r\n"}},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":":wrench: *Chores and Improvements*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"2 commits referencing 3 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|testing\u003e _ref \u003chttps://example.com/some/thing/issues/1|#1\u003e,\u003chttps://example.com/some/thing/issues/2|#2\u003e_\r\n`00000000` \u003chttps://example.com/some/thing/commit/00000000|this should end up in chores\u003e _ref \u003chttps://example.com/some/thing/issues/3|#3\u003e_\r\n"}},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":":package: *Other*"}},{"type":"context","elements":[{"type":"mrkdwn","text":"2 commits referencing 0 issues"}]},{"type":"section","text":{"type":"mrkdwn","text":"`00000000` \u003chttps://example.com/some/thing/commit/00000000|merge master in something\u003e\r\n`00000000` \u003chttps://example.com/some/thing/commit/00000000|random\u003e\r\n"}},{"type":"divider"}]} |