An open API service indexing awesome lists of open source software.

https://github.com/scarletflash/revers

⚠️ WORK IN PROGRESS ⚠️ CLI for customizable version management
https://github.com/scarletflash/revers

cli cli-app cli-tool git git-tag rust rust-application rust-crate rust-lang rust-library semantic-release semver semver-cli semver-compare semver-parser semver-range semver-release semver-release-tag semver-tag

Last synced: 9 months ago
JSON representation

⚠️ WORK IN PROGRESS ⚠️ CLI for customizable version management

Awesome Lists containing this project

README

          



**re**vers is a lightweight CLI tool for complete [SemVer](https://semver.org/) management based on [Conventional Commits](https://www.conventionalcommits.org/), implemented in [Rust](https://www.rust-lang.org/).

# Functionality

| Status | Description |
| -----: | :--------------- |
| 💡 | Planned |
| 🏗️ | Work in Progress |
| ✅ | Done |

---

| Status | Feature |
| -----: | :----------------------------------------------------------- |
| 🏗️ | Print all commit hashes between Git commits or tags |
| 💡 | Print all commit messages between Git commits or tags |
| 💡 | Print changelog for changes made between Git commits or tags |
| 💡 | Print version for changes made between Git commits or tags |
| 💡 | Apply configurations from file |