Skip to content

Commit a745290

Browse files
chore: add version file paths to release-please confg (#1450)
* chore: track release date for each version * update the release date to the previous release * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: add versions file paths to release-pleace config * fix format * add date tag to vendored version.py * put release-please.yml to the owl bot exclusion list --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b2917bb commit a745290

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
releaseType: python
22
handleGHRelease: true
3+
extraFiles:
4+
- bigframes/version.py
5+
- third_party/bigframes_vendored/version.py

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"README.rst",
5151
"CONTRIBUTING.rst",
5252
".github/release-trigger.yml",
53+
".github/release-please.yml",
5354
# BigQuery DataFrames manages its own Kokoro cluster for presubmit & continuous tests.
5455
".kokoro/build.sh",
5556
".kokoro/continuous/common.cfg",

third_party/bigframes_vendored/version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
# limitations under the License.
1414

1515
__version__ = "1.38.0"
16+
17+
# {x-release-please-start-date}
18+
__release_date__ = "2025-02-24"
19+
# {x-release-please-end}

0 commit comments

Comments
 (0)