Drakkar-Software / Package-Version-Manager

A toolkit to automate packages version update

Home Page:https://www.octobot.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package-version-manager 1.0.1

Codacy Badge

A toolkit to automate packages version update

This toolkit will:

  1. Look for changes in a changelog file
  2. Extract the new version number from this changelog file
  3. Update the version number in readme and version identifying files
  4. Create a version git branch
  5. Commit the version updates in this branch
  6. Log the pull request URL to merge this branch

Installation

From PYPI

easy_install Package-Version-Manager

With sources

python -m pip install -r requirements.txt

Usage:

From PYPI

pvg -d "/my/repo/container/folder"

With Sources

python cli.py -d "/my/repo/container/folder"

Developers

Build package

python setup.py sdist bdist_egg

About

A toolkit to automate packages version update

https://www.octobot.cloud/

License:MIT License


Languages

Language:Python 100.0%