Skip to content

Commit

Permalink
fix: Release module with devDependencies instead of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed May 11, 2023
1 parent d914a6e commit 847573d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
"node": ">=6"
},
"release": {
"extends": "@livingdocs/semantic-release-presets/npm-github"
"extends": "@livingdocs/semantic-release-presets/npm-github",
["@semantic-release/git", {
"assets": ["srcissors.*", "examples", "package.json"],
"message": "chore(release): ${nextRelease.version} [CI SKIP]\n\n${nextRelease.notes}"
}]
},
"devDependencies": {
"@babel/core": "^7.21.4",
Expand Down

0 comments on commit 847573d

Please sign in to comment.