Skip to content

Commit 67fc5b7

Browse files
need test files
1 parent 797eb2a commit 67fc5b7

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release_prep.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tar --exclude-vcs \
1111
--exclude=bazel-* \
1212
--exclude=.github \
1313
--exclude=archives \
14-
--exclude=cli/src/test \
1514
-zcf "archives/release.tar.gz" .
1615

1716
SHA=$(shasum -a 256 archives/release.tar.gz | awk '{print $1}')

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.7",
3+
version = "17.1.8",
44
compatibility_level = 0,
55
)
66

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)