mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
chore: add semantic release workflow
This commit is contained in:
parent
5073a76a5b
commit
a11f7a06ae
18 changed files with 2822 additions and 56 deletions
|
|
@ -3,7 +3,13 @@
|
|||
"workspaces": {
|
||||
".": {
|
||||
"entry": ["scripts/**/*.mjs"],
|
||||
"project": ["scripts/**/*.mjs"]
|
||||
"project": ["scripts/**/*.mjs"],
|
||||
"ignoreDependencies": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/github",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"conventional-changelog-conventionalcommits"
|
||||
]
|
||||
},
|
||||
"packages/cli": {
|
||||
"entry": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue