Commit 5237b8e
committed
Enhancements to the release build script
Add macOS support for making releases there.
Rewrite the release builder script in Swift for better reproducibility
and ergonomics. It runs using this command:
swift run build-swiftly-release
Perform necessary system checks up front so that anyone running the
script can make any necessary adjustments so that the release can be
built.
Print the location of the final release product file at the end for
easy of finding the path to copy to the final release destination.1 parent a7ef9e8 commit 5237b8e
File tree
5 files changed
+404
-70
lines changed- Tools
- build-swiftly-release
- generate-docs-reference
- scripts
5 files changed
+404
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
0 commit comments