---
# https://vitepress.dev/reference/default-theme-home-page
layout: home

hero:
  name: "Release Plan"
  text: "NPM Releases"
  tagline: The most contributor friendly and hands-off release tool there is - <i>Release from anywhere</i>
  actions:
    - theme: brand
      text: Getting Started
      link: /getting-started
    - theme: alt
      text: Release Workflow
      link: /release-workflow

features:
  - title: Contributor Friendly
    details: Contributors work as they know, no extra steps for them.
  - title: Hands-off for Maintainers
    details: Releasing is merging a PR that tells you what <i>will be</i> released.
  - title: Automated Changelog
    details: Changelogs are automatically generated from PRs.
---

