We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f25ba9 + b39b361 commit 6e03a93Copy full SHA for 6e03a93
distro/README.md
@@ -1,11 +1,8 @@
1
-# Package rules_java
+# Releasing rules_java
2
3
-```
4
-bazel build :relnotes
5
-cat ../bazel-bin/distro/relnotes.txt
6
-tar tzf ../bazel-bin/distro/rules_java-*.tar.gz
7
8
-
9
-- Create a new release
10
-- Copy/paste relnotes.txt into the notes. Adjust as needed.
11
-- Upload the tar.gz file as an artifact.
+1. Update version in [java/defs.bzl](/java/defs.bzl) and merge it
+2. Build the release running `bazel build //distro:rules_java-{version}`
+3. Prepare release notes running `bazel build //distro:relnotes`
+4. Create a new release on GitHub
+5. Copy/paste the produced `relnotes.txt` into the notes. Adjust as needed.
+6. Upload the produced tar.gz file as an artifact.
0 commit comments