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-dir is used as Path instead of str

0.3.0 - 2023-01-12

Added

  • Enable custom template file usage with --template-file argument, see #5

  • Lint YAML files based on .yamllint config file in lint CI step

  • Advances 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-token in root README, see #7

  • Fix 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.py file, 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-pages in its CI chain

  • Fix RegEx to extract coverage result in CI chain

  • Add missing .editorconfig file for future contributors

  • Add .readthedocs.yaml file 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 twine before using it during the deploy steps, see #2

0.1.1 - 2023-01-03

Fixed

  • Syntax to view and push created tag during tagging stage fixed, see #1

  • Don’t run test, build, lint and docs steps 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