aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/release_new_version.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/release_new_version.md')
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/dev/release_new_version.md b/docs/dev/release_new_version.md
new file mode 100644
index 00000000..aa9d0093
--- /dev/null
+++ b/docs/dev/release_new_version.md
@@ -0,0 +1,17 @@
+# Release a new version
+
+## Release a minor version
+
+To release a new minor version, create a new GitHub issue with following attributes:
+
+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
+
+To release a new patch version, create a new GitHub issue with following attributes:
+
+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)