NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
181 stars 76 forks source link

Bumpversion bug #377

Closed f-hafner closed 5 months ago

f-hafner commented 6 months ago

Description

There has been a breaking change in bumpy-my-version. Instead of bump-my-version major, you need to do bump-my-version bump major, which I fixed in the tests and in the README.dev.md for the generated package.

See https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md#0190-2024-03-12

Instructions to review the pull request

Create a python-template-test repo on GitHub (will be overwritten if existing)

cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
cookiecutter -c bumpversion-bug https://github.com/f-hafner/python-template
# Fill with python-template-test info
cd python-template-test
git init
git add --all
git commit -m "First commit"
git remote add origin https://github.com/<you>/python-template-test
git push -u origin main -f
python -m venv env
source env/bin/activate
python -m pip install --upgrade pip setuptools
python -m pip install '.[dev,publishing]'
sjvrijn commented 5 months ago

Markdown link checker only failed on a link that is now working again, merging