Skip to content

Commit

Permalink
chore: add release-please manifest config (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Sep 25, 2024
1 parent e0b850c commit 4d448ff
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"anthos-bm-gcp-terraform": "0.15.3",
"anthos-attached-clusters": "0.0.0"
}
23 changes: 23 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"separate-pull-requests": true,
"include-component-in-tag": true,
"bootstrap-sha": "99ecf951a1ed861aaac7082bd6b0506f421c9871",
"packages": {
"anthos-bm-gcp-terraform": {
"release-type": "terraform-module",
"package-name": "anthos-bm-gcp-terraform",
"component": "anthos-bm-gcp-terraform",
"bump-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"release-as": "0.15.4"
},
"anthos-attached-clusters": {
"release-type": "terraform-module",
"package-name": "anthos-attached-clusters",
"component": "anthos-attached-clusters",
"bump-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"release-as": "0.1.0"
}
}
}
8 changes: 4 additions & 4 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Google LLC
# Copyright 2021-2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

path: anthos-bm-gcp-terraform
changelogPath: CHANGELOG.md
releaseType: terraform-module
handleGHRelease: true
manifest: true
manifestConfig: .github/release-please-config.json
manifestFile: .github/.release-please-manifest.json

0 comments on commit 4d448ff

Please sign in to comment.