Release v2.3.0
Overview
The process for updating SPDX licenses is now an automated process that runs nightly (ET). The script writes directly to the functions used to get the list of licenses, exceptions, and deprecations.
Updates licenses to latest SPDX license list which is v3.24.0 released on 2024-05-22 at the time of this PR.
Required Action for Upgrading
Run the following to update to this release.
go get github.com/github/go-spdx@v2.3.0
What's Changed
Minor changes
- Update SPDX license files (#75) (@github-actions, @elrayle)
- add workflow to fetch spdx licenses (#62) (@elrayle)
- Write updated licenses from SPDX directly to spdxlicenses package (#70) (@elrayle)
- Move license functions returning SPDX licenses to spdxlicenses package (#68) (@elrayle)
Patch changes
- add logging after writing license function files (#73) (@elrayle)
- gitignore local copy of official spdx repo (#72) (@elrayle)
- gitignore the path used to connect to the SPDX repo when fetching updated licenses (#67) (@elrayle)
- Set up test workflow to be used for PR check (#63) (@elrayle)
- plus dependency updates (see Full Changelog below)
Full Changelog: v2.2.0...v3.0.0