mirror of https://github.com/gogs/gogs.git
10 lines
558 B
Markdown
10 lines
558 B
Markdown
# Release a new version
|
|
|
|
## Release a minor version
|
|
|
|
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).
|
|
|
|
## Release a patch version
|
|
|
|
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).
|