Skip to content

Latest commit

 

History

History
57 lines (28 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

57 lines (28 loc) · 2.94 KB

Changelog

1.1.0 (2023-05-01)

Features

  • add repository argument (5940d0b)

Bug Fixes

  • failing tests due to repo name change (8535cf1)

1.0.3 (2023-04-21)

Bug Fixes

  • create directory if it does not exist yet (48485fc)

1.0.2 (2023-04-21)

Bug Fixes

  • change curl output to include action_path (1618108)

1.0.1 (2023-04-21)

Bug Fixes

  • give actions the proper credentials to upload binaries (a361b57)

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