Skip to content

Commit 6e03a93

Browse files
Merge pull request #62 from bazelbuild:comius-patch-1
PiperOrigin-RevId: 462393797 Change-Id: If2476b5f245cf44b49bfe327d9a8396a57005bd9
2 parents 1f25ba9 + b39b361 commit 6e03a93

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

distro/README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Package rules_java
1+
# Releasing rules_java
22

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.
3+
1. Update version in [java/defs.bzl](/java/defs.bzl) and merge it
4+
2. Build the release running `bazel build //distro:rules_java-{version}`
5+
3. Prepare release notes running `bazel build //distro:relnotes`
6+
4. Create a new release on GitHub
7+
5. Copy/paste the produced `relnotes.txt` into the notes. Adjust as needed.
8+
6. Upload the produced tar.gz file as an artifact.

0 commit comments

Comments
 (0)