mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Evennia 6.0.0 major release
This commit is contained in:
@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user