You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update_master.yml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,12 @@ jobs:
24
24
Please approve and squash-merge it.
25
25
26
26
### IMPORTANT:
27
-
Before merging, make sure all the changes are listed in the squash-commit footer.
28
-
Format must be plain conventional-commit, one per line.
29
-
No `*` bullets and no `----` comments are allowed.
30
-
Commit footer format for release-please changelog ([docs](https://github.com/googleapis/release-please/tree/main?tab=readme-ov-file#what-if-my-pr-contains-multiple-fixes-or-features)):
27
+
Before merging, make sure:
28
+
1. Commit message is a conventional-commit with `fix:` or `feat:`, otherwise no version bump will be triggered.
29
+
2. All the changes are listed in the squash-commit footer.
30
+
Format must be plain conventional-commit, one per line.
31
+
No `*` bullets and no `----` comments are allowed ([docs](https://github.com/googleapis/release-please/tree/main?tab=readme-ov-file#what-if-my-pr-contains-multiple-fixes-or-features)):
0 commit comments