releez 0.2.4__tar.gz → 0.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: releez
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: CLI tool for helping to manage release processes.
5
5
  Keywords: release,versioning,changelog,git,cli,semver,ci,cd
6
6
  Author: James Trousdale
@@ -33,13 +33,14 @@ Description-Content-Type: text/markdown
33
33
  [![PyPI version](https://badge.fury.io/py/releez.svg)](https://pypi.org/project/releez/)
34
34
  [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/downloads/)
35
35
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
36
+ [![Coverage](https://codecov.io/gh/hotdog-werx/releez/branch/master/graph/badge.svg)](https://codecov.io/gh/hotdog-werx/releez)
36
37
 
37
38
  `releez` is a CLI tool for managing semantic versioned releases.
38
39
 
39
40
  `releez` uses [`git-cliff`](https://git-cliff.org/) for versioning logic and
40
41
  changelog generation under the hood. You should host a `cliff.toml` or other
41
42
  compatible `git-cliff` configuration in your repo. Review the `git-cliff`
42
- documentation for deatils.
43
+ documentation for details.
43
44
 
44
45
  ## Usage
45
46
 
@@ -4,13 +4,14 @@
4
4
  [![PyPI version](https://badge.fury.io/py/releez.svg)](https://pypi.org/project/releez/)
5
5
  [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/downloads/)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+ [![Coverage](https://codecov.io/gh/hotdog-werx/releez/branch/master/graph/badge.svg)](https://codecov.io/gh/hotdog-werx/releez)
7
8
 
8
9
  `releez` is a CLI tool for managing semantic versioned releases.
9
10
 
10
11
  `releez` uses [`git-cliff`](https://git-cliff.org/) for versioning logic and
11
12
  changelog generation under the hood. You should host a `cliff.toml` or other
12
13
  compatible `git-cliff` configuration in your repo. Review the `git-cliff`
13
- documentation for deatils.
14
+ documentation for details.
14
15
 
15
16
  ## Usage
16
17
 
@@ -3,7 +3,7 @@ name = "releez"
3
3
  description = "CLI tool for helping to manage release processes."
4
4
  readme = "README.md"
5
5
  requires-python = ">=3.11"
6
- version = "0.2.4"
6
+ version = "0.2.5"
7
7
  license = "MIT"
8
8
  authors = [{ name = "James Trousdale" }]
9
9
  keywords = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes