Metadata-Version: 2.1
Name: nextag
Version: 1.0.0
Summary: A simple command to give the next tag on a semver tagged git
Home-page: https://gitlab.com/kaeraspace/talos/Nextag
Author: Emmanuel PLUOT
Author-email: emmanuel.pluot@gmail.com
License: MIT
Platform: unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# nextag

A simple command to give the next tag on a semver tagged git

# Testing

Install package using: `pip install semver`




# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

# [1.0.0] - 2022-10-22
## Added
 - Project initiated

