Releases: greenbone/pontos
Releases · greenbone/pontos
pontos 22.2.0
22.2.0 - 2022-02-01
Added
- Extend GitHub API and pontos-github cmd [#271]
- Extend the GitHub API with
pull_request_exists()
and pull_request_files()
functions.
- Extend the
pontos-github
cmd, to get file status of changed files a existing PR.
Bug Fixes
- pontos-github pr output for target branch [#268] e60b3f2
pontos 22.1.3
22.1.3 - 2022-01-28
Added
pontos
command that lists pontos features [#267] 058d76b
Bug Fixes
pontos-update-header
Truncate file, so we do not left old file content. [#266] bd11228
pontos 22.1.2
22.1.2 - 2022-01-26
Added
- New pontos functionality: Run
pontos-github pr
to create a Pull Request. [#264]
Bug Fixes
pontos 22.1.1
22.1.1 - 2022-01-11
Added
- Allow for debugging the GitHub Actions event data 48d830d
pontos 22.1.0
22.1.0 - 2022-01-10
Added
- New GitHub API for supporting actions #258 70339a1
- New GitHub API for supporting actions 8a3ced1
- New GitHubRESTApi class for querying GitHub API [#253] b73499b
- New GitHubRESTApi class for querying GitHub API e5abcae
- New python module for git usage ef58adb
pontos 21.11.0
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
Bug Fixes
- Fixing the behaviour of how pontos choses the commits for conventional commits: allowing
Add:
Add -
or Add|
189798a
pontos 21.10.1
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
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
pontos 21.9.1
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