releez 0.2.4__py3-none-any.whl → 0.2.5__py3-none-any.whl

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
 
@@ -13,7 +13,7 @@ releez/subapps/__init__.py,sha256=pDyHecbnvOayItqUw2FFVET4H7Lj4glgTqUgMrL-S34,11
13
13
  releez/subapps/changelog.py,sha256=rJpdzJocYNDzjL8YJFw0v6LyNYLtJvsxZUu3f3eIi_I,2594
14
14
  releez/utils.py,sha256=19PYyrUXPYLAgvD14Q7taZMlctV7YyLT0MAtVhmn18M,1356
15
15
  releez/version_tags.py,sha256=nnkdnwYADO-9tt2vYT7xAbitBFvQPUkgxvdtRVY10C0,1798
16
- releez-0.2.4.dist-info/WHEEL,sha256=5DEXXimM34_d4Gx1AuF9ysMr1_maoEtGKjaILM3s4w4,80
17
- releez-0.2.4.dist-info/entry_points.txt,sha256=dFRzNkEp1RC4HgqbeI7XAHDPbIkL9-7KWvp28dj_ctw,44
18
- releez-0.2.4.dist-info/METADATA,sha256=6sWWl3QY_c-WTZSOEW4VNBDRjazdEUbyCi9uuXBQSOE,8189
19
- releez-0.2.4.dist-info/RECORD,,
16
+ releez-0.2.5.dist-info/WHEEL,sha256=5DEXXimM34_d4Gx1AuF9ysMr1_maoEtGKjaILM3s4w4,80
17
+ releez-0.2.5.dist-info/entry_points.txt,sha256=dFRzNkEp1RC4HgqbeI7XAHDPbIkL9-7KWvp28dj_ctw,44
18
+ releez-0.2.5.dist-info/METADATA,sha256=KRQZkAO3F7etrbhnf-A2-RVQAQ2aXzcRSwu2r-8q4TM,8317
19
+ releez-0.2.5.dist-info/RECORD,,
File without changes