Skip to content

Commit 03bb547

Browse files
committed
chore: fix release automation config
1 parent 1a08cf4 commit 03bb547

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: google-github-actions/release-please-action@v4
18-
with:
19-
command: manifest
17+
- uses: googleapis/release-please-action@v4

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_sbom",
3-
version = "0.0.1",
3+
version = "0.0.1", # x-release-please-version
44
)
55

66
bazel_dep(name = "bazel_skylib", version = "1.5.0")

release-please-config.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
"release-type": "bazel",
55
"changelog-path": "CHANGELOG.md",
66
"extra-files": [
7-
{
8-
"type": "plain-text",
9-
"path": "MODULE.bazel",
10-
"pattern": "version = \"(?<version>[^\"]+)\""
11-
}
7+
"MODULE.bazel"
128
]
139
}
1410
}

0 commit comments

Comments
 (0)