Skip to content

Commit

Permalink
chore: use ship emoji in slack integration (#545)
Browse files Browse the repository at this point in the history
* use ship emoji in slack integration

* Update packages/shipjs-lib/src/lib/config/defaultConfig.js

Co-Authored-By: Eunjae Lee <[email protected]>

Co-authored-by: Eunjae Lee <[email protected]>
  • Loading branch information
2 people authored and Eunjae Lee committed Dec 23, 2019
1 parent f0c12ec commit 02bc3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/shipjs-lib/src/lib/config/defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ export default {
slack: {
default: {
username: 'Ship.js',
// eslint-disable-next-line camelcase
icon_emoji: ':passenger_ship:',
},
prepared: ({ appName, version, pullRequestUrl }) => ({
pretext: `:writing_hand: The release for *${appName}@${version}* is prepared!`,
Expand Down

0 comments on commit 02bc3ab

Please sign in to comment.