diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 09:39:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 09:39:09 +0300 |
| commit | 9603960eeea6b06c5184850c2c2af7d257c77fdd (patch) | |
| tree | bbf495e79ae12390bb91019a770fe598fbb89785 /gitsyncer.example.json | |
| parent | ab561e848dd7ca10497da4ef3cfba9fa02ac48d0 (diff) | |
feat(release): add repo/tag skip_releases and logs; bump version to 0.8.7v0.8.7
Diffstat (limited to 'gitsyncer.example.json')
| -rw-r--r-- | gitsyncer.example.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gitsyncer.example.json b/gitsyncer.example.json index abe3d78..39984b4 100644 --- a/gitsyncer.example.json +++ b/gitsyncer.example.json @@ -17,5 +17,8 @@ "gitsyncer", "another-repo", "yet-another-repo" - ] -}
\ No newline at end of file + ], + "skip_releases": { + "fapi": ["0.0.1"] + } +} |
