We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464f7df commit d907d34Copy full SHA for d907d34
README.md
@@ -19,7 +19,7 @@
19
module_name = "rules_sbom",
20
urls = ["https://github.com/rtbot-dev/rules_sbom/archive/refs/tags/v0.5.0.tar.gz"],
21
strip_prefix = "rules_sbom-0.5.0",
22
- sha256 = "<sha256>",
+ sha256 = "b0bed1fc15a1a782d0b971e960d1c04cd4fd3c84a4862198105a51e02622983e",
23
)
24
```
25
Update the version and checksum whenever you move to a newer release.
release-please-config.json
@@ -25,6 +25,12 @@
"path": "README.md",
26
"search": "rules_sbom-[0-9.]+",
27
"replace": "rules_sbom-{{version}}"
28
+ },
29
+ {
30
+ "type": "text",
31
+ "path": "README.md",
32
+ "search": "sha256 = \"[0-9a-f]+\"",
33
+ "replace": "sha256 = \"{{sha256}}\""
34
}
35
]
36
0 commit comments