Skip to content

Commit a3f94ca

Browse files
feat: next release from preview-9.x branch is v9.0.0-alpha.0 (#1558)
* feat: next release from preview-9.x branch is v9.0.0-alpha.0 * feat: next release from preview-9.x branch is v9.0.0-alpha.0 * feat: next release from preview-9.x branch is v9.0.0-alpha.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update owlbot.py * Update release-please.yml * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 40417ba commit a3f94ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
handleGHRelease: true
22
releaseType: node
3+
branches:
4+
- handleGHRelease: true
5+
releaseType: node
6+
branch: preview-9.x

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import synthtool.languages.node as node
1818
from synthtool import shell
1919

20-
node.owlbot_main(templates_excludes=['.github/bug-report.md'])
20+
node.owlbot_main(templates_excludes=['.github/bug-report.md', '.github/release-please.yml'])
2121

2222
# Regenerate Discovery types.
2323
shell.run(('npm','run','types'))

0 commit comments

Comments
 (0)