Skip to content

Commit ae29c44

Browse files
Document how to manually build the release archive (#2607)
I've added information on how to manually build the release archive (`bazel build //distribution:release`). As I see this hasn't been mentioned anywhere, so I think README.md is the right place. Signed-off-by: Vadim Smal <[email protected]> Co-authored-by: Vadim Smal <[email protected]>
1 parent 6ad5557 commit ae29c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ ones we’ve officially tested with.
100100
From the
101101
[release you wish to use](https://github.com/MobileNativeFoundation/rules_xcodeproj/releases),
102102
copy the Bzlmod or WORKSPACE snippet into your repository.
103+
If you want to manually build a release archive, you can use this command:
104+
`bazel build //distribution:release`.
103105

104106
## Usage
105107

0 commit comments

Comments
 (0)