diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-17 09:18:18 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-17 09:18:18 +0300 |
| commit | a8db7af2a094a16393f0060e628310d4161b154f (patch) | |
| tree | e1240767a26261bed8a0bcbbdb31850ad8b38d4e /tmp-config.json | |
| parent | 9603960eeea6b06c5184850c2c2af7d257c77fdd (diff) | |
feat(release): hexai-first AI release notes; chore(version): bump to 0.8.8v0.8.8
- Prefer hexai stdin pipeline for release notes generation
- Fallback to Claude then aichat
- Update CLI help and README
- Adjust integration tests for current CLI
Diffstat (limited to 'tmp-config.json')
| -rw-r--r-- | tmp-config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tmp-config.json b/tmp-config.json new file mode 100644 index 0000000..8e7b2a7 --- /dev/null +++ b/tmp-config.json @@ -0,0 +1,11 @@ +{ + "organizations": [ + {"host": "git@codeberg.org", "name": "dummy"}, + {"host": "git@github.com", "name": "dummy"} + ], + "repositories": ["fapi"], + "work_dir": "./tmp-work", + "skip_releases": { + "fapi": ["0.0.1"] + } +} |
