Skip to content

Releases: greenbone/pontos

pontos 21.11.0

02 Nov 08:21
Compare
Choose a tag to compare

21.11.0 - 2021-11-02

Bug Fixes

  • Using the regex like this [:-|] is incorrect, because of the special purpose of - in a set. Use [:|-] instead 50479dc

pontos 21.10.2

07 Oct 15:41
Compare
Choose a tag to compare

21.10.2 - 2021-10-07

Bug Fixes

  • Fixing the behaviour of how pontos choses the commits for conventional commits: allowing Add: Add - or Add| 189798a

pontos 21.10.1

07 Oct 13:23
Compare
Choose a tag to compare

21.10.1 - 2021-10-07

Changed

  • Improve the pontos-version verify for go and c c8582db

Bug Fixes

  • Fixing the commit tag regex, we don't want 'Add sth' but only 'Add: sth' in the Changelog 3f4fa00

pontos 21.10.0

04 Oct 09:06
Compare
Choose a tag to compare

21.10.0 - 2021-10-04

Added

  • pontos-version for golang #194 9275f08
  • the possibility to exclude directories, too, not only files ... 3bd7609

Removed

  • unimportant commit tags from the toml 76fb764

Bug Fixes

  • badge for test build on CI d95b6e4

pontos 21.9.1

23 Sep 13:17
Compare
Choose a tag to compare

21.9.1 - 2021-09-23

Changed

  • Use present instead of past in the changelog.toml a1caefb
  • format-string to f-string 13967b0

Bug Fixes

  • Prevent matching unwanted Commit tags/messages e225ff5
  • Change the newlines, for a correct appearance of the generated changelog 4a61087

Refactor

  • specified encoding in read_text, write_text, open a229c7c

pontos 21.9.0

20 Sep 08:18
Compare
Choose a tag to compare

21.9.0 - 2021-09-20

Added

  • Adjusted pontos-release release for the use of conventional commits ... 28b85ae
  • Added an changelog dir setting in the conventional commits toml 34a98af
  • Added variables and arguments for the conventional commits 2daf466
  • Added an example changelog.toml with different Changelog groups 62bd1c1
  • New script to parse git log to changelog markdown file dd9b750
  • Argument to set a custom CHANGELOG file path 255ddc3

Changed

  • We need to fetch tags and git log in checkout 4c3840d
  • cleaned commit message, by removing the commit type identifier cac2c5d
  • Adjust path to the main functions in the pyproject toml 62f50bb

Documentation

  • Documenting new release processes 526d230

Refactor

  • suppress warning by correctly comparing e65b262
  • Removed u-string ... is not required anymore 3089a36
  • rename main to main and import main directly b7c3347
  • Split pontos-release file: Detach argparser and main command from big release.py file 55787e1
  • Split pontos-release file: Detach sign command from big release.py file 598fc2d
  • Splitting up the pontos-release into several files: Detach prepare from single file. Wip: Also including conventional commits into prepare 8d9f1a0

Testing

  • Conventional Commits release 9fed912
  • Prepare with conventional commits 85d0b48
  • Adding a test, if no conventional commits are found 5e1d059
  • Split up the release, prepare and sign tests ... 8fe2c0a
  • fixed/corrected the tests 4c40684

pontos 21.7.4

21 Jul 07:02
Compare
Choose a tag to compare

21.7.4 - 2021-07-21

Changed

  • Allow to pass multiple directories to the -d/--directories argument #163
  • Allow to put directory globs into the exclude file and exclude all files from that directory #163

pontos 21.7.3

20 Jul 11:08
Compare
Choose a tag to compare

21.7.3 - 2021-07-20

Added

  • Golang support for pontos-update-header #162

Fixed

  • pontos-update-header will now set the correct current year, when adding a header to a new file #162

pontos 21.7.2

07 Jul 07:56
Compare
Choose a tag to compare

21.7.2 - 2021-07-07

Removed

  • Remove debug print in pontos-version update for C projects #156

Fixed

  • Fixing singing, --passphrase shall not have a default, especially not greenbone #156

pontos 21.7.1

02 Jul 13:34
Compare
Choose a tag to compare

21.7.1 - 2021-07-02

Fixed

  • Do not print passphrase #150