Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 1.63 KB

Changelog

1.0.0 (2023-04-21)

Features

  • add ci and release workflow (911aa36)
  • move away from bash and use rust cli in action (bfd4af8)
  • open repo list path and loop through each line (d77e549)
  • save spdx files to configured directory (1ca1b4b)

Bug Fixes

  • ci: annotate files for release-please (30ecdcc)
  • ci: only run test workflow on non release prs (b3e67ca)
  • ci: skip test workflow when ref_name contains release-please (9bf27b9)
  • directories were not being created if they did not exist (ffdf7ba)

Miscellaneous Chores