Skip to content

Commit ce7df5c

Browse files
authored
docs: bug fix merge type update (#233)
We need to merge bug fixes with "squash commit" option so we don't have duplicate commit messages when new release is created.
1 parent a841385 commit ce7df5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Workflow defines jobs which perform security code scanning, execute different ty
1919
* test it
2020
* create a PR to the `main` branch
2121
* get all the approvals from the team
22-
* merge it using "merge commit" option
22+
* merge it using "squash commit" option
2323
* backport the change back to the `develop` branch
2424
* new version of the workflow is going to be released (v4.17.0 (before) -> v4.17.1 (after)) and it will automatically applied to all the repositories
2525

0 commit comments

Comments
 (0)