reversion:轻松更新项目中的版本号

时间:2024-06-06 00:48:56
【文件属性】:

文件名称:reversion:轻松更新项目中的版本号

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-06 00:48:56

Python

还原是一种命令行工具,可轻松更新项目文件中的版本号。 要安装它: pip install reversion 需要Python 3。 要使用它,请在项目的根目录中创建一个配置文件reversion.toml 。 它看起来应该像这样: currentversion = "0.1" [[place]] file = "reversion/__init__.py" # linematch is a regex; use single quotes so you don't have to escape backslash line-regex = '__version__' [[place]] file = "docs/conf.py" line-regex = 'release' 每个[[place]]表都指出在哪里可以找到版本号的副本。 然后运行: reversion +0.1


【文件预览】:
reversion-master
----reversion()
--------__main__.py(26B)
--------__init__.py(5KB)
--------deltas.py(2KB)
----.travis.yml(100B)
----README.rst(752B)
----reversion.toml(148B)
----docs()
--------config.rst(1KB)
--------conf.py(9KB)
--------make.bat(7KB)
--------changes.rst(872B)
--------Makefile(7KB)
--------index.rst(120B)
----LICENSE(1KB)
----test_deltas.py(396B)
----.gitignore(41B)
----flit.ini(408B)

网友评论