File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,30 @@ Any other checks that you want? Let us know on [GitHub discussions](https://gith
56
56
57
57
Read more about the company behind the app: [ niteo.co] ( https://niteo.co/ )
58
58
59
+ ## Releases
60
+
61
+ Our versioning strategy follows a specific pattern for stable and pre-release versions:
62
+
63
+ ### Version Numbering
64
+
65
+ - ** Stable releases** use the minor version (e.g., ` 1.10.0 ` , ` 1.11.0 ` )
66
+ - ** Pre-releases** use patch versions (e.g., ` 1.10.1 ` , ` 1.10.2 ` , ` 1.10.3 ` )
67
+
68
+ ### Example Release Cycle
69
+
70
+ ```
71
+ 1.10.0 - stable
72
+ 1.10.1 - pre-release
73
+ 1.10.2 - pre-release
74
+ 1.10.3 - pre-release
75
+ 1.10.4 - pre-release
76
+
77
+ 1.11.0 - stable
78
+ 1.11.1 - pre-release
79
+ ```
80
+
81
+ ** Note:** This versioning strategy applies only to Apple/macOS releases. Linux releases don't include pre-release versions.
82
+
59
83
### Troubleshooting
60
84
61
85
### Helper commands (1.2.0+)
You can’t perform that action at this time.
0 commit comments