mirror of https://github.com/gogs/gogs.git
parent
74886d95d0
commit
6ccc1ce804
|
@ -31,6 +31,7 @@ On the release branch:
|
||||||
- [ ] Upload all binaries to:
|
- [ ] Upload all binaries to:
|
||||||
- [ ] GitHub release
|
- [ ] GitHub release
|
||||||
- [ ] https://dl.gogs.io (also upload `checksum_sha256.txt`)
|
- [ ] https://dl.gogs.io (also upload `checksum_sha256.txt`)
|
||||||
|
- [ ] Update content of [Install from binary](https://gogs.io/docs/installation/install_from_binary).
|
||||||
|
|
||||||
## After release
|
## After release
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ On the release branch:
|
||||||
- [ ] Upload all binaries to:
|
- [ ] Upload all binaries to:
|
||||||
- [ ] GitHub release
|
- [ ] GitHub release
|
||||||
- [ ] https://dl.gogs.io (also upload `checksum_sha256.txt`)
|
- [ ] https://dl.gogs.io (also upload `checksum_sha256.txt`)
|
||||||
|
- [ ] Update content of [Install from binary](https://gogs.io/docs/installation/install_from_binary).
|
||||||
|
|
||||||
## After release
|
## After release
|
||||||
|
|
||||||
|
|
|
@ -2,16 +2,8 @@
|
||||||
|
|
||||||
## Release a minor version
|
## Release a minor version
|
||||||
|
|
||||||
To release a new minor version, create a new GitHub issue with following attributes:
|
To release a new minor version, use the GitHub issue template [Dev: Release a minor version](https://github.com/gogs/gogs/issues/new?title=Release+<MAJOR>.<MINOR>.0&labels=%F0%9F%93%B8%20release&template=dev_release_minor_version.md).
|
||||||
|
|
||||||
1. Title: `Release <MAJOR>.<MINOR>.0`
|
|
||||||
1. Label: [📸 release](https://github.com/gogs/gogs/labels/%F0%9F%93%B8%20release)
|
|
||||||
1. Template: [Dev: Release a minor version](https://github.com/gogs/gogs/issues/new/choose)
|
|
||||||
|
|
||||||
## Release a patch version
|
## Release a patch version
|
||||||
|
|
||||||
To release a new patch version, create a new GitHub issue with following attributes:
|
To release a new patch version, use the GitHub issue template [Dev: Release a patch version](https://github.com/gogs/gogs/issues/new?title=Release+<MAJOR>.<MINOR>.<PATCH>&labels=%F0%9F%93%B8%20release&template=dev_release_patch_version.md).
|
||||||
|
|
||||||
1. Title: `Release <MAJOR>.<MINOR>.<PATCH>`
|
|
||||||
1. Label: [📸 release](https://github.com/gogs/gogs/labels/%F0%9F%93%B8%20release)
|
|
||||||
1. Template: [Dev: Release a patch version](https://github.com/gogs/gogs/issues/new/choose)
|
|
||||||
|
|
Loading…
Reference in New Issue