Welcome to the project_release package documentation
A tool to help releasing projects.
Installation
Using pip:
pip install project-release
Usage
Inside your project, create a file
.project-release-config.yaml.A very basic configuration can be generated with
project-release sample-config.All options are documented in the Configuration page.
Once configured, a project can be released by executing
project-release.
License
The project_release module is released under the MIT License.