Evennia 6.0.0 major release

This commit is contained in:
Griatch
2026-02-15 18:57:12 +01:00
parent ef2a18108d
commit 966301fc1f
8 changed files with 15 additions and 9 deletions

View File

@ -10,7 +10,8 @@ echo " 3. Make sure pyproject.toml is set to the same major.minor.patch version
echo " 4. If major release:"
echo " a. Update docs/sources/conf.py, Add '[MAJOR_VERSION].x' to 'legacy_versions' and 'v$VERSION' to 'legacy_branches'."
echo " b. Update 'SECURITY.md' with latest new version."
echo " c. Make sure all changes are committed, e.g. as 'Evennia $VERSION major/minor/patch release'."
echo " b. Run 'make local' to build docs with Changelog.md updated."
echo " c. Commit all changes, e.g. as 'Evennia $VERSION major/minor/patch release'."
echo " d. Check out a new branch v$VERSION."
echo " e. Push the v$VERSION branch to github."
echo " f. On the v$VERSION branch, temporarily set 'current_is_legacy=True' in source/conf.py, then (re)build "