Skip to content

Commit 4130d36

Browse files
Daniel BooneDaniel Boone
authored andcommitted
add repo name in message
1 parent afd90d9 commit 4130d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function createEmptyCommitBody() {
184184
type: 'section',
185185
text: {
186186
type: 'mrkdwn',
187-
text: 'There is nothing to release today :disappointed: *Keep pushing* :rocket:',
187+
text: `There is nothing to release today for the ${repositoryName} :disappointed: *Keep pushing* :rocket:`,
188188
},
189189
};
190190
}

lib/messageHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function createEmptyCommitBody() {
6363
type: 'section',
6464
text: {
6565
type: 'mrkdwn',
66-
text: 'There is nothing to release today :disappointed: *Keep pushing* :rocket:',
66+
text: `There is nothing to release today for the ${repositoryName} :disappointed: *Keep pushing* :rocket:`,
6767
},
6868
};
6969
}

0 commit comments

Comments
 (0)