spdx / LicenseListPublisher

Tool that generates license data found in the license-list-data repository from the license-list-XML source
Apache License 2.0
11 stars 18 forks source link

Change license-list-data repo name to main #150

Closed swinslow closed 1 year ago

swinslow commented 1 year ago

In 3.19, we changed the license-list-XML repo's primary branch name from master to main. For 3.20, we'll want to do the same for license-list-data. Filing this issue here since license-list-data doesn't take issues, and since I'm guessing the publisher will need to be adjusted accordingly to point to the correct branch.

goneall commented 1 year ago

@swinslow - No need to change the publisher, the push is done from the Makefile in the License List XML repo. From looking at the reference to the Repo:

https://github.com/spdx/license-list-XML/blob/e7992c22ef8ec0eafc8df6d30998b4cf8d7a894e/Makefile#L7

it looks like it is using the default branch, so we should be able to just change the primary branch without problem?

swinslow commented 1 year ago

@goneall Ah -- good to know, thanks Gary!

I've tagged and pushed the 3.19 release earlier today, so I'll go ahead and change the license-list-data default branch. Looks like the GitHub workflow to publish the preview site will need an update too, so I'll submit a PR for that.

goneall commented 1 year ago

@swinslow I think everything is updated - if you agree, feel free to close this issue.

swinslow commented 1 year ago

Looks good to me, thanks @goneall!