* release 3.6.0 * feat: support D2 (#656) * feat: Automatically provide corrective suggestions when command-line flags contain errors (#655) * add in graph database support (#654) * refactor: testing formatting using Go (#652) * feat: support Algol 68 (#651) * feat: upgrade to Go 1.25.2 (#650) * fix: Remove ComplexityLine from JSON output (#649) * perf: speed up toCSVSummary (#648) * fix: fix sort for CSV outputs (#647) * Fix CoC * Update README.md * Add citation section to README * feat: support Rich Text Format (#643) * feat: format more numbers using current locale (#641) * fix: correct spacing padding (#640) * feat: support POML and ArkTs (#639) * refactor: fix some golangci-lint warnings (#638) * feat: support new language Seed7 (#637) * add in badge tweaks for effort * tweaking formatting (#634) * ensure we know systemd comments (#632) * Added support for JCL files (#630) * feat: reduce allocs in DetectSheBang (#628) * Docs: Fix typo in 'scc for Teams & Enterprise' section of README.md (#629) * fix: fix CountStats performance (#626) * Refactor: simplify printXXX functions usages (#625) * feat: speed up specific languages test (#624) * doc: missing new formatting delivered in #335 (#623) OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/scc?expand=0&rev=13
20 lines
663 B
Plaintext
20 lines
663 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/boyter/scc.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v3.6.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|