Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 2.84 KB

1.3.1 (2024-09-18)

Bug Fixes

  • single quote(') in commit_message would lead to failure (a41018b)

1.3.0 (2024-03-04)

Features

  • update actions/checkout to v4 (de7f5e8)
  • update slack-github-action to v1.25.0 (4c68b13)

1.2.0 (2023-06-23)

Features

  • allow passing environment as optional input (183553a)

1.1.0 (2023-05-24)

Features

  • allow passing status as optional input (0461f44)

1.0.1 (2023-05-08)

Bug Fixes

  • Do not interpret special characters (e.g ", `) from context variables (d9c6e2d)
  • Replace outdated "Test" workflow with "CI" (4d2b0ff)
  • Update CI with public repository secrets and workflows (83b681e)
  • Use Github release token for release workflow (ca09dc2)
  • Use public tokens in release workflow (450612f)

1.0.0 (2023-03-23)

Features

  • add codeowners (90461ee)
  • add pr template (ce2a406)
  • add semantic release (67747c0)
  • ci: add job to validate codeowners (3c9cba8)
  • ci: add test for job-notification action (e163b98)
  • implement job-notification action (a95fec7)