Skip to content

Commit 6b2e2b8

Browse files
ToppleTheNunRichard Harrah
authored andcommitted
feat: change ship emoji to rocket (#1)
1 parent e113339 commit 6b2e2b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__fixtures__/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "section",
66
"text": {
77
"type": "mrkdwn",
8-
"text": ":ship: A new <https://github.com/test/test/commit/123|version> of <https://github.com/test/test|test/test> has been deployed!"
8+
"text": ":rocket: A new <https://github.com/test/test/commit/123|version> of <https://github.com/test/test|test/test> has been deployed!"
99
}
1010
}
1111
]

src/publishedMessage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const publishedMessage = (
1616
Blocks.Section({
1717
text: dedent`
1818
${Md.emoji(
19-
"ship"
19+
"rocket"
2020
)} A new ${linkToCommit} of ${linkToRepo} has been deployed!
2121
`,
2222
})

0 commit comments

Comments
 (0)