Skip to content

Milestones

List view

  • Additional commands and integrations to improve the developer workflow. ## Goals - Implement the `status` command to preview pending releases - Implement the `init` command for easy project setup - Provide pre-commit hook integration for enforcing changesets ## Success Criteria Users have a complete, polished CLI experience with status visibility, easy onboarding, and optional automated enforcement.

    No due date
    3/3 issues closed
  • User-facing commands that implement the changeset workflow. ## Goals - Implement the `add` command for interactive changeset creation - Implement the `verify` command for CI-based changeset coverage checking - Implement the `release` command for version bumping, changelog updates, and git tagging ## Success Criteria Users can create changesets, verify PR coverage in CI, and perform automated releases with version bumps, changelog entries, and git tags.

    No due date
    10/10 issues closed
  • Infrastructure and core capabilities required before user-facing features. ## Goals - Establish proper error handling patterns that preserve error chains and enable clean `?` operator usage - Implement the YAML front matter parser for reading and writing changeset files - Create reusable crates for workspace discovery and changelog generation - Implement git operations needed for verification and releases ## Success Criteria All foundation crates are implemented with comprehensive tests, enabling the Core Features milestone to begin.

    No due date
    5/5 issues closed