Skip to content

Commit 7de699f

Browse files
authored
Update update_master.yml
1 parent 46b77b1 commit 7de699f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/update_master.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ jobs:
2424
Please approve and squash-merge it.
2525
2626
### 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)):
3132
```
3233
fix: av1 support (#557)
33-
fix: types definitions (#565)
3434
feat: kareoke style subtitles (#563)
35-
fix: allowUsageReport (#569)
3635
```

0 commit comments

Comments
 (0)