mirror of
https://github.com/robertkrimen/otto
synced 2025-10-12 20:27:30 +08:00

Leverage github actions for tests and linting. This includes fixing a bunch of issues highlighted by golangci including: * Dead code. * Ineffectual assigns. * Goto warnings. * Nil return err. * Reused literal strings. * Test parameter order. Also: * Setup clog.
14 lines
340 B
TOML
14 lines
340 B
TOML
[clog]
|
|
repository = "https://github.com/robertkrimen/otto"
|
|
subtitle = "Release Notes"
|
|
|
|
[sections]
|
|
"Refactors" = ["refactor"]
|
|
"Chores" = ["chore"]
|
|
"Continuous Integration" = ["ci"]
|
|
"Improvements" = ["imp", "improvement"]
|
|
"Features" = ["feat", "feature"]
|
|
"Legacy" = ["legacy"]
|
|
"QA" = ["qa", "test", "tests"]
|
|
"Documentation" = ["doc", "docs"]
|