File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,12 @@ to package the utilities for Xamarin.Android distribution.
2525 4 . After the build finishes, visit the Actions tab, find the run
2626 corresponding to commit from ` 3. ` above, download the
2727 ` Xamarin.Android ` artifact
28- 5 . On your local machine, execute the release preparation script:
29- ``` shell
28+ 5 . On your local machine, execute the release preparation script (` TAG_NAME ` should be created by concatenating the Binutils version
29+ with the ` -XA.NUM ` string, where ` NUM ` is an integer increasing monotonously each time a new release of the same Binutils version
30+ is made):
31+ ``` shell
3032 ./prepare-release.sh PATH_TO_ARTIFACT_FROM_4 TAG_NAME
31- ```
32- ` TAG_NAME` should be created by concatenating the Binutils version
33- with the ` -XA.NUM` string, where ` NUM` is an integer increasing
34- monotonously each time a new release of the same Binutils version
35- is made.
33+ ```
3634 6 . The script will produce a ` 7-zip ` package on your local disk and
3735 display instructions how to proceed with the release.
38-
36+
You can’t perform that action at this time.
0 commit comments