Release packageΒΆ
Before releasing a new version, you have to bump the version
and update the changelog. This is done using the bumpversion python
package and the auto-changelog npm package.
The bumpversion package can be installed using the pip install .[dev]
command inside the main repository folder. The auto-changelog package
installation instructions can be found
here.
Using these packages, you can release a new version using the following commands:
$ bumpversion patch
$ auto-changelog
Note
To be able to run these command you first have to commit all your changes.