Skip to content

Commit 1ab50b9

Browse files
need test sources for bcr
1 parent a06e62b commit 1ab50b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "17.1.1",
3+
version = "17.1.2",
44
compatibility_level = 0,
55
)
66

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ release_source_archive:
55
--exclude=bazel-* \
66
--exclude=.github \
77
--exclude=archives \
8-
--exclude=cli/src/test \
98
-zcf "archives/release.tar.gz" .
109

1110
.PHONY: release_deploy_jar

0 commit comments

Comments
 (0)