Skip to content

Commit d907d34

Browse files
committed
chore: template README version and sha
1 parent 464f7df commit d907d34

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
module_name = "rules_sbom",
2020
urls = ["https://github.com/rtbot-dev/rules_sbom/archive/refs/tags/v0.5.0.tar.gz"],
2121
strip_prefix = "rules_sbom-0.5.0",
22-
sha256 = "<sha256>",
22+
sha256 = "b0bed1fc15a1a782d0b971e960d1c04cd4fd3c84a4862198105a51e02622983e",
2323
)
2424
```
2525
Update the version and checksum whenever you move to a newer release.

release-please-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"path": "README.md",
2626
"search": "rules_sbom-[0-9.]+",
2727
"replace": "rules_sbom-{{version}}"
28+
},
29+
{
30+
"type": "text",
31+
"path": "README.md",
32+
"search": "sha256 = \"[0-9a-f]+\"",
33+
"replace": "sha256 = \"{{sha256}}\""
2834
}
2935
]
3036
}

0 commit comments

Comments
 (0)