Skip to content

Commit c46bf11

Browse files
committed
About tags
1 parent 3db7d83 commit c46bf11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ Step by step guide on releasing new version of Emukit. Mostly useful for project
174174
1. Update changelog file with most relevant changes since the last release
175175
1. Update `emukit/__version__.py` with new version
176176
1. Add both files and commit them with the message "Release <version>"
177+
1. Create new git tag with `git tag <version>`
178+
1. Push tag to GitHub with `git push origin --tags`
177179
1. Create new venv and install two packages: `build` and `twine`
178180
1. Generate new build with `python -m build --sdist --wheel`
179181
1. Ensure your PyPI creds are available in `~/.pypirc`

0 commit comments

Comments
 (0)