The git release command for auto-incrementing git tags for releases
Project description
Git-Releaseit
==========
`git-releaseit` adds a git command which will smartly auto-increment git release tags. It currently only supports tags following the `major.minor` convension.
Getting Started
===============
You can get started with `git-releaseit` by using PIP:
```
pip install git-releaseit
```
This can be done in a virtual environment or at the system level.
From then on, you can tag your new releases with something like:
```
git release major
```
or
```
git release minor
```
where `major` indicates a major release and will increment the major version number and reset the minor, and `minor` indicates a minor release and will increment the minor version number and leave the major version number alone.
The command also supports the `-s` option, which will attempt to sign the tag.
The tags are annotated by default, so a `-a` option is not needed.
==========
`git-releaseit` adds a git command which will smartly auto-increment git release tags. It currently only supports tags following the `major.minor` convension.
Getting Started
===============
You can get started with `git-releaseit` by using PIP:
```
pip install git-releaseit
```
This can be done in a virtual environment or at the system level.
From then on, you can tag your new releases with something like:
```
git release major
```
or
```
git release minor
```
where `major` indicates a major release and will increment the major version number and reset the minor, and `minor` indicates a minor release and will increment the minor version number and leave the major version number alone.
The command also supports the `-s` option, which will attempt to sign the tag.
The tags are annotated by default, so a `-a` option is not needed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
git-releaseit-0.5.tar.gz
(3.5 kB
view details)
File details
Details for the file git-releaseit-0.5.tar.gz
.
File metadata
- Download URL: git-releaseit-0.5.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b73a13eb1cbf466b681aef936ef73b545cc2c32f694811ca7ed007d0ed13a54b |
|
MD5 | 511c186396bcbdf1f5088302b544455b |
|
BLAKE2b-256 | f587161f11ae08098222dbfac539537534fce7070ca4e6bb46f811522a7775a5 |