Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chandanpasunoori/version


https://github.com/chandanpasunoori/version

Last synced: 21 days ago
JSON representation

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.