dograh/release-please-config.json
Abhishek 911c5ed416
fix: changes to update pipecat version to 0.0.100 (#122)
* feat: add stt evals

* add smart turn as provider

* chore: remove deprecations

* chore: format files

* fix: remove deprecated UserIdleProcessor

* fix: remove deprecated TranscriptProcessor

* chore: update pipecat submodule

* feat: add evals visualisation

* fix: trigger llm generation on client connected and pipeline started

* chore: update pipecat

* chore: update pipecat submodule

* Add tests

* fix: slow loading of workflow page

* chore: update pipecat submodule

* Show version after release

* Fixes #99

* fix: provider check for websocket connection

* Fixes #107

* Fix #96

* chore: fix documentation

* fix: cloudonix campaign call error

---------

Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
2026-01-23 18:53:59 +05:30

28 lines
No EOL
900 B
JSON

{
"packages": {
".": {
"release-type": "simple",
"package-name": "dograh",
"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"
},
{
"type": "toml",
"path": "api/pyproject.toml",
"key": "project.version"
}
]
}
}
}