Skip to content

Latest commit

 

History

History
93 lines (42 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

93 lines (42 loc) · 4.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2022-07-06)

Features

1.5.3 (2022-04-28)

1.5.2 (2022-04-01)

Bug Fixes

  • Fix missing tags after tag normalization (#18) (50bf330)

1.5.1 (2022-03-08)

Bug Fixes

  • Fix base branch identifier for pull requests in release workflow (#16) (605b380)
  • Normalize docker tags (#15) (b151dd6)

1.5.0 (2022-03-03)

Features

  • Add ability to toggle draft release creation for release-integration workflow (#14) (60c567d)

1.4.1 (2022-01-26)

Bug Fixes

  • release integration workflow needs to create a PR towards the github_ref (#12) (8c9044d)

1.4.0 (2021-12-29)

Features

1.3.0 (2021-12-16)

Features

  • Added docker-build-action (#8) (ae30a28)
  • Added input for pull and push on docker build (#9) (cc37394)

1.2.0 (2021-12-06)

Features

  • Add pre-release and release workflow for integrations (#7) (45f56a1)
  • Add semantic PR/commit check workflow (#6) (4a45172)

1.1.0 (2021-10-27)

Features

  • Add option to ignore emails from DCO check (#3) (c5c7ac7)

Bug Fixes

  • Fix automatic release pipeline by using correct github token for basic git operations (#4) (0890822)

Docs

  • Add DCO check input option to readme (#5) (b7dc4d6)

1.0.0 (2021-10-14)

Features

  • Add DCO check pipeline and readme (#1) (c3a664b)

Other

  • Add config files for release-automation (#2) (0176a6c)