taskvisor 0.1.3

Event-driven task orchestration with restart, backoff, and user-defined subscribers
Documentation
# Configures GitHub's auto-generated release notes.

changelog:
  exclude:
    labels:
      - skip
  categories:
    - title: Features
      labels:
        - feature
    - title: Bug fixes
      labels:
        - bug
    - title: Documentation
      labels:
        - docs
    - title: Dependencies
      labels:
        - deps
    - title: CI/CD
      labels:
        - ci
    - title: Other
      labels:
        - other
    - title: Exclude
      labels:
        - "*"