Skip to content
Snippets Groups Projects
Verified Commit baf3c2d4 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

build(npm): add cdxgen; configure semrel commit message to not skip CI

parent bd49aba2
No related branches found
No related tags found
1 merge request!23Resolve "generate and upload sbom on release"
This diff is collapsed.
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
"name": "repdav", "name": "repdav",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@semantic-release/changelog": "^6.0.1", "@appthreat/cdxgen": "^6.0.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1", "@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^7.0.4", "@semantic-release/gitlab": "^9.5.1",
"semantic-release": "^19.0.2" "semantic-release": "^19.0.5"
}, },
"release": { "release": {
"branches": [ "branches": [
...@@ -38,7 +39,8 @@ ...@@ -38,7 +39,8 @@
{ {
"assets": [ "assets": [
"CHANGELOG.md" "CHANGELOG.md"
] ],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
} }
] ]
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment