Skip to content

Commit 878ba7a

Browse files
authored
Update README.md
1 parent 0d7504e commit 878ba7a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)