Skip to content

Commit 608c280

Browse files
RafaelGSSaduh95
andauthored
Update lib/prepare_security.js
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 72a6284 commit 608c280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prepare_security.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class PrepareSecurityRelease extends SecurityRelease {
7070
{ cli: this.cli, repository: this.repository }
7171
);
7272
}
73-
this.cli.info(`If the PR is ready (CI is green): merge pull request with:
73+
this.cli.info(`If the PR is ready (CI is passing): merge pull request with:
7474
- git checkout main
7575
- git merge ${NEXT_SECURITY_RELEASE_BRANCH} --no-ff -m "chore: add latest security release"
7676
- git push origin main`);

0 commit comments

Comments
 (0)