Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions distro/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Package rules_java
# Releasing rules_java

```
bazel build :relnotes
cat ../bazel-bin/distro/relnotes.txt
tar tzf ../bazel-bin/distro/rules_java-*.tar.gz
```

- Create a new release
- Copy/paste relnotes.txt into the notes. Adjust as needed.
- 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.