Skip to content

Commit d156184

Browse files
committed
add example text
1 parent 413cfde commit d156184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sbom-github.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ By the end of this post, you will clearly understand how to add SBOMs to your so
6060
6161
3. (Maven Central) JReleaser can also upload the SBOMs to Maven Central from version 1.6.0.
6262
If running JReleaser locally, make sure to use atleast version 1.6.0 and the SBOMs generated by `cyclonedx-maven-plugin` will be uploaded to Maven Central.
63-
If using the `jreleaser/release-action` action, be aware that even if you use the latest version of the action it can pull different versions of JReleaser. If using atleast version 1.6.0 it will upload the SBOMs to Maven Central.
63+
If using the `jreleaser/release-action` action, be aware that even if you use the latest version of the action it can pull different versions of JReleaser. If using atleast version 1.6.0 it will upload the SBOMs to Maven Central.
64+
See example from `maven-lockfile` release action:
6465

6566
```yml
6667
- name: Run JReleaser

0 commit comments

Comments
 (0)