Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Released
0.3.2 - 2023-01-14
Fixed
Skip tag if no pipeline was running for the commit the tag was created for
0.3.1 - 2023-01-14
Fixed
Value of argument
--output-diris used asPathinstead ofstr
0.3.0 - 2023-01-12
Added
Enable custom template file usage with
--template-fileargument, see #5Lint YAML files based on
.yamllintconfig file inlintCI stepAdvances usage section in root README
Fixed
Increase coverage above 50%, see #4
URL of RTD status badge points to correct endpoint
Invalid YAML syntax of used files corrected
Run codecov steps not on tags
0.2.3 - 2023-01-12
Fixed
Use correct CLI arg
--private-tokenin root README, see #7Fix URL to RTD pages in root README and DOCUMENTATIO
Remove RTD links from link ignore check
0.2.2 - 2023-01-07
Fixed
Use correct module import in
docs/conf.pyfile, see #3
0.2.1 - 2023-01-06
Fixed
Cleanup of root README
Add missing usage and background details to root README
Use
lightweight-versioned-gitlab-pagesin its CI chainFix RegEx to extract coverage result in CI chain
Add missing
.editorconfigfile for future contributorsAdd
.readthedocs.yamlfile to generate documentation also on RTD by GitHub mirror
0.2.0 - 2023-01-05
Added
Full functionality added to package
Give me a break, it’s 8pm. But it works now
0.1.2 - 2023-01-03
Fixed
Install
twinebefore using it during thedeploysteps, see #2
0.1.1 - 2023-01-03
Fixed
Syntax to view and push created tag during
taggingstage fixed, see #1Don’t run
test,build,lintanddocssteps on tags
0.1.0 - 2023-01-03
Added
Everything is new - created initial package structure - added necessary files - enabled CI/CD checks, tagging and deploy steps