Skip to content

Commit

Permalink
Merge branch 'main' into y0urself/empty-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Feb 22, 2022
2 parents 38d259f + a43841c commit 666c1c5
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 67 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![GitHub releases](https://img.shields.io/github/release/greenbone/pontos.svg)](https://github.com/greenbone/pontos/releases)
[![PyPI release](https://img.shields.io/pypi/v/pontos.svg)](https://pypi.org/project/pontos/)
[![code test coverage](https://codecov.io/gh/greenbone/pontos/branch/master/graph/badge.svg)](https://codecov.io/gh/greenbone/pontos)
[![code test coverage](https://codecov.io/gh/greenbone/pontos/branch/main/graph/badge.svg)](https://codecov.io/gh/greenbone/pontos)
[![Build and test](https://github.com/greenbone/pontos/actions/workflows/ci-python.yml/badge.svg)](https://github.com/greenbone/pontos/actions/workflows/ci-python.yml)

The **pontos** Python package is a collection of utilities, tools, classes and
Expand Down
10 changes: 10 additions & 0 deletions changelog/v22.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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

## [22.2.2] - 2022-02-10

## Bug Fixes
* Let `pontos-release -CC` run when no initial `tag` is in the repository. [#276] [54c1111](https://github.com/greenbone/pontos/commit/54c1111)

[22.2.2]: https://github.com/greenbone/pontos/compare/22.2.2.dev1...22.2.2
10 changes: 10 additions & 0 deletions changelog/v22.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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

## [22.2.3] - 2022-02-22

## Changed
* Use another shell command to get the latest tag [5fa45a7](https://github.com/greenbone/pontos/commit/5fa45a7)

[22.2.3]: https://github.com/greenbone/pontos/compare/22.2.3.dev1...22.2.3
124 changes: 62 additions & 62 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pontos/changelog/conventional_commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _sort_commits(self, commits: List[str]):
return commit_dict

def _build_changelog_file(self, commit_dict: Dict) -> Union[str, None]:
"""Building the changellog file with the passed dict.
"""Building the changelog file with the passed dict.
Arguments:
commit_dict dict containing sorted commits
Expand Down
2 changes: 1 addition & 1 deletion pontos/version/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "22.2.2.dev1"
__version__ = "22.2.4.dev1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pontos"
version = "22.2.2.dev1"
version = "22.2.4.dev1"
description = "Common utilities and tools maintained by Greenbone Networks"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -44,7 +44,7 @@ autohooks-plugin-pylint = "^21.6.0"
autohooks-plugin-black = "^21.12.0"
black = "22.1.0"
rope = "^0.22.0"
coverage = "^6.2"
coverage = "^6.3"

[tool.black]
line-length = 80
Expand Down

0 comments on commit 666c1c5

Please sign in to comment.