git 的版本字符串管理 gitver

码农软件 · 软件分类 · Git开源工具 · 2019-11-05 08:11:33

软件介绍

git 的一个简单的版本字符串管理。简单、轻量级、基于标签的版本字符串管理,使用 Python 编写。

增强了 git describe 输出并生成如下格式的版本字符串

v<MAJ>.<MIN>.<PATCH>-[<NEXT>|<SNAPSHOT>]-[<COMMIT_COUNT>]/<HASH>

The -SNAPSHOT suffix is used when the NEXT version string numbers are known, to denote a snapshot of that future version.

The -NEXT suffix is used when no NEXT version string numbers have been defined and gitver needs to describe a future version.

Note that suffixes such as -NEXT and -SNAPSHOTare customizable.

示例输出:

Latest tag: v0.4.9
NEXT defined as: 0.4.10
Current build ID: a3a73a5861e5721055f3a12545201e265ba0c097
Current version: v0.4.10-SNAPSHOT-2/a3a73a5

本文地址:https://codercto.com/soft/d/18301.html

Web Security, Privacy and Commerce, 2nd Edition

Web Security, Privacy and Commerce, 2nd Edition

Simson Garfinkel / O'Reilly Media / 2002-01-15 / USD 44.95

Since the first edition of this classic reference was published, World Wide Web use has exploded and e-commerce has become a daily part of business and personal life. As Web use has grown, so have ......一起来看看 《Web Security, Privacy and Commerce, 2nd Edition》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具