Evennia 3.0.0 major release

This commit is contained in:
Griatch 2023-12-20 23:02:49 +01:00
parent 60b56e6ea6
commit dadc1de6e1
6 changed files with 19 additions and 8 deletions

View file

@ -8,8 +8,7 @@ echo " 1. Make sure you have Evennia upload credentials for Github (tagging) and
echo " 2. On main branch, update CHANGELOG.md."
echo " 3. Make sure pyproject.toml is set to the same major.minor.patch version as evennia/VERSION.txt ($VERSION)."
echo " 4. If major release:"
echo " a. Update docs/conf.py, Add $VERSION to the list of 'legacy_versions' so one can find the current state"
echo " of the docs for this release."
echo " a. Update docs/sources/conf.py, Add '(NEW_VERSION).x' to 'legacy_versions' and 'v($VERSION)' to 'legacy_branches'."
echo " b. Make sure all changes are committed."
echo " c. Check out a new branch v$VERSION."
echo " d. Push the v$VERSION branch to github."