Skip to content

Commit

Permalink
add rules_license 0.0.3 (#92)
Browse files Browse the repository at this point in the history
* add rules_license 0.0.3
  • Loading branch information
aiuto authored Jun 3, 2022
1 parent a0d87de commit f94967f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
5 changes: 5 additions & 0 deletions modules/rules_license/0.0.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "rules_license",
version = "0.0.3",
compatibility_level = 1,
)
13 changes: 13 additions & 0 deletions modules/rules_license/0.0.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@rules_license//:license'
4 changes: 4 additions & 0 deletions modules/rules_license/0.0.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"integrity": "sha256-AMzA3yExLBJ6xLEogKsPmibBz/mUQtxsWjMXUDYN48M=",
"url": "https://github.com/bazelbuild/rules_license/releases/download/0.0.3/rules_license-0.0.3.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_license/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
}
],
"versions": [
"0.0.2"
"0.0.2",
"0.0.3"
],
"yanked_versions": {}
}

0 comments on commit f94967f

Please sign in to comment.