Skip to content

Commit 52994d8

Browse files
RafaelGSSaduh95
andauthored
fix: mention CI green on security --cleanup (#932)
* fix: mention CI green on security --cleanup Very often we add new properties to vulnerabilities.json and having a green ci before merging the PR is a must. * Update lib/prepare_security.js Co-authored-by: Antoine du Hamel <[email protected]> --------- Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 404c0ac commit 52994d8

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(`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)