We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021161b commit 72a6284Copy full SHA for 72a6284
lib/prepare_security.js
@@ -70,7 +70,7 @@ export default class PrepareSecurityRelease extends SecurityRelease {
70
{ cli: this.cli, repository: this.repository }
71
);
72
}
73
- this.cli.info(`Merge pull request with:
+ this.cli.info(`If the PR is ready (CI is green): merge pull request with:
74
- git checkout main
75
- git merge ${NEXT_SECURITY_RELEASE_BRANCH} --no-ff -m "chore: add latest security release"
76
- git push origin main`);
0 commit comments