mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
ci(workflows): add release and deployment automation
This commit is contained in:
parent
3babb5ced6
commit
0e9432b5ff
7 changed files with 117 additions and 7 deletions
23
release-please-config.json
Normal file
23
release-please-config.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"packages": {
|
||||
".": {
|
||||
"release-type": "simple",
|
||||
"package-name": "dograh-copy",
|
||||
"changelog-sections": [
|
||||
{"type": "feat", "section": "Features", "hidden": false},
|
||||
{"type": "fix", "section": "Bug Fixes", "hidden": false},
|
||||
{"type": "docs", "section": "Documentation", "hidden": false},
|
||||
{"type": "perf", "section": "Performance Improvements", "hidden": false},
|
||||
{"type": "refactor", "section": "Code Refactoring", "hidden": false},
|
||||
{"type": "chore", "section": "Miscellaneous", "hidden": true}
|
||||
],
|
||||
"extra-files": [
|
||||
{
|
||||
"type": "json",
|
||||
"path": "ui/package.json",
|
||||
"jsonpath": "$.version"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue