Skip to content

Commit 833a9ed

Browse files
committed
ci: update dangerfile
1 parent 74b32e2 commit 833a9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ if (!messageConventionValid) {
5252
markdown(
5353
"> (" +
5454
errorCount +
55-
") : vue-live uses conventional change log to generate changelog automatically. It seems some of commit messages are not following those, please check [contributing guideline](https://github.com/ReactiveX/rxjs/blob/master/CONTRIBUTING.md#commit-message-format) and update commit messages."
55+
") : vue-live uses conventional change log to generate changelog automatically. It seems some commit messages are not following those. Use `git commit --amend` or `git rebase -i` to fix them."
5656
);
5757
}

0 commit comments

Comments
 (0)