You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add new Version and changelog to History.md# Commit all changes and run
bump2version --tag release
# Check if the tag is present
git tag
# Push the changes to GitHub
git push origin <tag_name>