Skip to content

Add license target to project#395

Open
ViggedalZenseact wants to merge 2 commits into
Tinder:masterfrom
ViggedalZenseact:add_license_target_to_project
Open

Add license target to project#395
ViggedalZenseact wants to merge 2 commits into
Tinder:masterfrom
ViggedalZenseact:add_license_target_to_project

Conversation

@ViggedalZenseact

Copy link
Copy Markdown

This makes the license observable through Bazel and facilitates for consumers of this project the automated building of an SBOM.

This makes the license observable through Bazel and facilitates for
consumers of this project the automated building of an SBOM.

@tinder-maxwellelliott tinder-maxwellelliott left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this

Comment thread BUILD
default_visibility = ["//visibility:public"],
)

license(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets add a CI step to always build this target to ensure its kept intact

Comment thread BUILD
license_kind = "@@//support/licenses:BSD-3-Clause",
license_text = "LICENSE",
package_url = "https://github.com/Tinder/bazel-diff",
package_version = "29.0.0",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets update our generate-readme tool to update this file as well to keep this version in sync

Adding a CI step to build the license target to ensure it's kept intact.
Modifying generate-readme tool to keep the package_version of the license
target in sync with the current version of the project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants