.clog.toml 340 B

12345678910111213
  1. [clog]
  2. repository = "https://github.com/robertkrimen/otto"
  3. subtitle = "Release Notes"
  4. [sections]
  5. "Refactors" = ["refactor"]
  6. "Chores" = ["chore"]
  7. "Continuous Integration" = ["ci"]
  8. "Improvements" = ["imp", "improvement"]
  9. "Features" = ["feat", "feature"]
  10. "Legacy" = ["legacy"]
  11. "QA" = ["qa", "test", "tests"]
  12. "Documentation" = ["doc", "docs"]