Skip to content

Commit

Permalink
docs: up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Mar 31, 2021
1 parent 73e993d commit d1c66f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.1.3

`2021.03.31`

- perf: body check number.

## v1.1.2

`2021.02.21`
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5976,7 +5976,7 @@ async function run() {
result = false;
}
} else {
core.info(`The pr do not Mention ${issueNo}`);
core.info(`The pr do not mention issue ${issueNo}`);
}
}
} else if (needCreatorAuthority) {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function run() {
result = false;
}
} else {
core.info(`The pr do not Mention ${issueNo}`);
core.info(`The pr do not mention issue ${issueNo}`);
}
}
} else if (needCreatorAuthority) {
Expand Down

0 comments on commit d1c66f6

Please sign in to comment.