You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-please-config.json
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,31 @@
7
7
"pull-request-header": "## Release Preview\n\nThis automated PR prepares `rules_sbom` for the next tag. Please review the version bump and changelog.",
8
8
"pull-request-footer": "---\n\nOnce merged, Release Please will tag `v${version}` and publish the GitHub release automatically.",
9
9
"extra-files": [
10
-
"MODULE.bazel"
10
+
"MODULE.bazel",
11
+
{
12
+
"type": "text",
13
+
"path": "README.md",
14
+
"search": "bazel_dep\\(name = \\\"rules_sbom\\\", version = \\\"[0-9.]+\\\"\\)",
15
+
"replace": "bazel_dep(name = \\\"rules_sbom\\\", version = \\\"{{version}}\\\")"
0 commit comments