Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandanpasunoori/version
https://github.com/chandanpasunoori/version
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chandanpasunoori/version
- Owner: chandanpasunoori
- License: mit
- Created: 2024-02-04T19:02:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T13:03:37.000Z (5 months ago)
- Last Synced: 2024-06-21T15:35:03.309Z (5 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Version
Welcome to the Tag Generator CLI. This CLI helps you generate and manage version tags for your Git repository.
## Features
- Interactive Module Selection: Choose the module interactively.
- Generate Next Version: Automatically generate the next version based on the selected module and release type.
- Create Git Tag: Create a Git tag for the generated version.## Installation
```bash
go install github.com/chandanpasunoori/version@latest
```## Navigate to the project repository
```bash
cd repo
```### Run the CLI
```bash
version```
### Git Tag Format
```txt
//v = app/production/v0.1.1
```### License
This project is licensed under the MIT License - see the LICENSE file for details.