mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-29 13:49:21 +08:00
update README about taging.
This commit is contained in:
parent
1516eb9ddc
commit
a63900a44b
16
README.rst
16
README.rst
@ -25,6 +25,22 @@ Migrating to v2
|
|||||||
On gopsutil itself, `v2migration.sh <https://github.com/shirou/gopsutil/blob/v2/v2migration.sh>`_ is used for migration. It can not be commonly used, but it may help you with migration.
|
On gopsutil itself, `v2migration.sh <https://github.com/shirou/gopsutil/blob/v2/v2migration.sh>`_ is used for migration. It can not be commonly used, but it may help you with migration.
|
||||||
|
|
||||||
|
|
||||||
|
Tag semantics
|
||||||
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
gopsutil tag policy is almost same as Semantic Versioning, but automatically increase like Ubuntu versioning.
|
||||||
|
|
||||||
|
for example, `v2.16.10` means
|
||||||
|
|
||||||
|
- v2: major version
|
||||||
|
- 16: release year, 2016
|
||||||
|
- 10: release month
|
||||||
|
|
||||||
|
gopsutil aims to keep backwards-compatiblity until major version change.
|
||||||
|
|
||||||
|
Taged at every end of month, but there are only a few commits, it can be skipped.
|
||||||
|
|
||||||
|
|
||||||
Available Architectures
|
Available Architectures
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user