File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,22 @@ Run all tests with:
4343
4444 tox -e py
4545
46+ ### Package Version
47+
48+ Get the next version number and how the GIT history would be interpreted for that:
49+
50+ pip install python-semantic-release
51+ semantic-release -v version --print
52+
53+ This prints its interpretation of the commits in detail. Make sure to supply the `--print`
54+ argument to not raise the version number which is done automatically by the *release* job
55+ of the GitHub Action Workflows.
56+
4657### Project template
4758
48- Update the project configuration from the *copier* template:
59+ Update the project configuration from the *copier* template and make sure the required packages
60+ are installed:
4961
62+ pip install copier jinja2-time
5063 copier update --trust --skip-answered
5164
You can’t perform that action at this time.
0 commit comments