Results 4 issues of dhmemi

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `py_binary` ### Is this a regression? No. ### Description I'm using `py_binary` to run sphinx to...

### Description Commitizen 3.x not supoort generate CHANGELOG with tag format like `v1.0.0-release`, but it works well with commitizen 2.x. My repo tags could not be changed as it released....

type: bug
issue-status: wait-for-implementation

## Expected Behavior Rule Usage example: ```starlark load("@rules_license//rules:compliance.bzl", "check_license") check_license( name = "third_party_licenses", license_texts = "third_party_licenses.txt", report = "third_party_reports.txt", deps = _ROOT_TARGETS, ) ``` ## Actual Behavior ``` ERROR: C:/users/dhmem/***/BUILD:116:14:...

bug
P2

The License json object is like: ```json [ { "top_level_target": "//target:target", "dependencies": [ { "target_under_license": "@com_github_fmtlib_fmt//:lib", "licenses": [ "@com_github_fmtlib_fmt//:license" ] } ], "licenses": [ { "label": "@com_github_fmtlib_fmt//:license", "rule": "@com_github_fmtlib_fmt//:license", "license_kinds":...

bug
P2