1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00

update README about taging.

This commit is contained in:
Shirou WAKAYAMA 2016-10-27 22:29:33 +09:00
parent 1516eb9ddc
commit a63900a44b

View File

@ -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.
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
------------------------------------