Release Process¶
For maintainers only:
Update
CHANGELOG.mdwith the version changesUpdate
docs/as required- Update
README.mdas required Update “Citations” section on
README.md(version, date, year)
- Update
Commit changes
Run
bump2version <minor|major|patch>to update the version number (pick one of the options)Version number on
entity_embed/__init__.pyandsetup.pywill be updated automaticallyYou can specify the
--new_versionflag in case you wish to manually set the newest version (if not provided, it will be done automatically based on the chosen option)
Run
etc/release.shto generate and upload the new version artifacts