# plumb v0.2.0 - Table of Contents

> A mix task that releases a package to Hex: every check runs before anything is written.

## Pages

- [Plumb](readme.md)
- [Changelog](changelog.md)

## Modules

- [Plumb.Readme](Plumb.Readme.md): Checks that a README's install snippet still fits the version being released.
- [Plumb.Release](Plumb.Release.md): Version arithmetic and `mix.exs` rewriting behind the `mix publish` task.

## Mix Tasks

- [mix publish](Mix.Tasks.Publish.md): Releases the project: verify, bump, commit, tag, push, publish.

