We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06e62b commit 1ab50b9Copy full SHA for 1ab50b9
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "bazel-diff",
3
- version = "17.1.1",
+ version = "17.1.2",
4
compatibility_level = 0,
5
)
6
Makefile
@@ -5,7 +5,6 @@ release_source_archive:
--exclude=bazel-* \
--exclude=.github \
7
--exclude=archives \
8
- --exclude=cli/src/test \
9
-zcf "archives/release.tar.gz" .
10
11
.PHONY: release_deploy_jar
0 commit comments