Skip to content

Commit 874c47a

Browse files
authored
Add release format section to README
Added a section detailing the release format.
1 parent 6abf7ce commit 874c47a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,15 @@ Found a bug or have a feature request? Please open an issue on our [GitHub Issue
266266

267267
By contributing, you agree that your contributions will be licensed under the [Apache License 2.0](LICENSE).
268268

269+
270+
### Release format
271+
272+
Release Number : .<2 digits year>.<2 digits month>.
273+
Example: 1.25.6.0
274+
Major number - 1
275+
Year - 25 (2025)
276+
Mont - 6 (Jun)
277+
Minor Number - 0
278+
269279
---
270280

0 commit comments

Comments
 (0)