mirror of https://github.com/gogs/gogs.git
Update release_new_version.md
parent
18dea0bc41
commit
d8eecea1ba
|
@ -49,7 +49,7 @@ All commands are starting at the repository root.
|
||||||
- Linux:
|
- Linux:
|
||||||
```sh
|
```sh
|
||||||
# Produce the ZIP archive
|
# Produce the ZIP archive
|
||||||
$ TAGS="cert pam" task release
|
$ TAGS="cert" task release
|
||||||
|
|
||||||
# Produce the Tarball
|
# Produce the Tarball
|
||||||
$ export VERSION=0.12.4
|
$ export VERSION=0.12.4
|
||||||
|
@ -58,7 +58,7 @@ All commands are starting at the repository root.
|
||||||
- ARMv8:
|
- ARMv8:
|
||||||
```sh
|
```sh
|
||||||
# Produce the ZIP archive
|
# Produce the ZIP archive
|
||||||
$ TAGS="cert pam" task release
|
$ TAGS="cert" task release
|
||||||
|
|
||||||
# Produce the Tarball
|
# Produce the Tarball
|
||||||
$ export VERSION=0.12.4
|
$ export VERSION=0.12.4
|
||||||
|
|
Loading…
Reference in New Issue