Skip to content

Commit

Permalink
additioinal bcr updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-maxwellelliott committed Oct 4, 2024
1 parent 4afc8c5 commit 583cf2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "bazel-diff",
version = "7.2.7",
version = "7.2.8",
compatibility_level = 0,
)

Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.PHONY: release_source_archive
release_source_archive: version ?= $$(git describe --tags --abbrev=0 2>/dev/null || git rev-parse HEAD)
release_source_archive:
mkdir -p archives
tar --exclude-vcs \
--exclude=bazel-* \
--exclude=.github \
--exclude=archives \
-zcf "archives/bazel_diff_$(version).tar.gz" .
-zcf "archives/release.tar.gz" .

0 comments on commit 583cf2e

Please sign in to comment.