<div align="center">
<h1>Patch Release Me</h1>
[][github]
[][github]
[][license]
</div>
This is a tool I built to help maintain a number of code bases.
## ✨ Features
- Configuration as Code
- Define how to patch your code before release
- Versioning Helpers
## 📦 Usage
You can install / use the tool is a number of different ways
### Cargo / Crates.io
```bash
cargo install patch-release-me
```
### GitHub Actions
```yaml
- name: "Patch Release Me"
uses: 42ByteLabs/patch-release-me@v0.1.0
```
### Manual Install
```bash
cargo install --git https://github.com/42ByteLabs/patch-release-me
```
## 🦸 Support
Please create [GitHub Issues][github-issues] if there are bugs or feature requests.
This project uses [Semantic Versioning (v2)][semver] and with major releases, breaking changes will occur.
## 📓 License
This project is licensed under the terms of the MIT open source license.
Please refer to [MIT][license] for the full terms.
[license]: ./LICENSE
[semver]: https://semver.org/
[github]: https://github.com/42ByteLabs/patch-release-me
[github-issues]: https://github.com/42ByteLabs/patch-release-me/issues