Update release script to enforce semver going forward in 2024 (#6052)

* Update release script to enforce semver going forward in 2024

* Update pipfile/lock for semver

* fix readme

* Update CI vendoring step for semver

* Dependeapot warning about version of pytest we are on

* remove options from help
This commit is contained in:
Matt Davis
2024-01-21 21:16:56 -05:00
committed by GitHub
parent eaca109fb3
commit 0379507abb
5 changed files with 377 additions and 444 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
with:
python-version: 3.x
- run: |
python -m pip install --upgrade wheel invoke parver beautifulsoup4 towncrier requests parse hatch-fancy-pypi-readme
python -m pip install --upgrade wheel invoke parver beautifulsoup4 towncrier requests parse hatch-fancy-pypi-readme semver
python -m invoke vendoring.update
tests:
name: ${{matrix.os}} / ${{ matrix.python-version }}