mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-06-30 23:25:39 +00:00
doc: update readme with tag policy
This commit adds a note describing our tagged-version policy to the README. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
@@ -24,3 +24,12 @@ account is required and you can post without being subscribed.
|
||||
See the [contribution guide](https://gioui.org/doc/contribute) for more details.
|
||||
|
||||
An [official GitHub mirror](https://github.com/gioui/gio) is available.
|
||||
|
||||
## Tags
|
||||
|
||||
Pre-1.0 tags are provided for reference only, and do not designate releases with ongoing support. Bugfixes will not be backported to older tags.
|
||||
|
||||
Tags follow semantic versioning. In particular, as the major version is zero:
|
||||
|
||||
- breaking API or behavior changes will increment the *minor* version component.
|
||||
- non-breaking changes will increment the *patch* version component.
|
||||
|
||||
Reference in New Issue
Block a user