Skip to content

Commit

Permalink
automatic release to 21.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Jun 11, 2021
1 parent e795467 commit b17cfb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@ 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 [Calendar Versioning](https://calver.org).

## [Unreleased]
### Added
## [21.6.2] - 2021-06-11
### Changed
* `pontos-release` will only sign, if key is available. If no key is given, pontos tries to lookup the key in the config.

### Deprecated
### Removed
### Fixed
* Fixed commiting when no key is available. [#118](https://github.com/greenbone/pontos/pull/118)
* Fixed releasing with pontos. A push after clearing the CHANGELOG was missing. [#110](https://github.com/greenbone/pontos/pull/110)

[Unreleased]: https://github.com/greenbone/pontos/compare/v21.6.1...HEAD

[21.6.2]: https://github.com/greenbone/pontos/compare/v21.6.1...v21.6.2

## [21.6.1] - 2021-06-09
### Fixed
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__ = "21.6.2.dev1"
__version__ = "21.6.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pontos"
version = "21.6.2.dev1"
version = "21.6.2"
description = "Common utilities and tools maintained by Greenbone Networks"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit b17cfb1

Please sign in to comment.