We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609aa68 commit 785b208Copy full SHA for 785b208
dist/BUILD
@@ -6,8 +6,11 @@ package(
6
default_visibility = ["//visibility:private"],
7
)
8
9
+# the upcoming release to publish
10
_version = "0.0.9"
-_previous_release_tag = "0.0.8"
11
+
12
+# the last public release on GitHub
13
+_previous_release_tag = "0.0.6"
14
15
# Build the artifact to put on the github release page.
16
pkg_tar(
0 commit comments