mit-commit 1.29.1

For building commit linters. This makes it eas.
Documentation
options:
  prev_tag: "versio-prev"

projects:
  - name: "mit-commit"
    id: 1
    tag_prefix: ""
    labels: cargo
    version:
      file: "Cargo.toml"
      toml: "package.version"
    hooks:
      post_write: 'cargo fetch'

sizes:
  major: ["!"]
  minor: ["feat"]
  patch: ["fix", "docs", "style", "refactor", "perf", "test", "chore", "build", "ci"]
  none: []
  fail: ["*"]