Skip to content

Commit 4d67d3f

Browse files
authored
Document versioning strategy and release cycle (#222)
ref: teamniteo/pareto#803
1 parent 795d654 commit 4d67d3f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,30 @@ Any other checks that you want? Let us know on [GitHub discussions](https://gith
5656

5757
Read more about the company behind the app: [niteo.co](https://niteo.co/)
5858

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+
5983
### Troubleshooting
6084

6185
### Helper commands (1.2.0+)

0 commit comments

Comments
 (0)