Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/prepare_security.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class PrepareSecurityRelease extends SecurityRelease {
{ cli: this.cli, repository: this.repository }
);
}
this.cli.info(`Merge pull request with:
this.cli.info(`If the PR is ready (CI is green): merge pull request with:
- git checkout main
- git merge ${NEXT_SECURITY_RELEASE_BRANCH} --no-ff -m "chore: add latest security release"
- git push origin main`);
Expand Down
Loading