release_process.txt 273 B

123456789101112131415
  1. # Use pynetcio machine
  2. # Make sure you have rolled the version in __init__.py
  3. # Merge into master / checkout master
  4. # Check FIX issues in _release.sh
  5. # Run ./_release.sh
  6. # Create a tag for the version
  7. $ git tag -a v1.4.1 -m "Version 1.4.1 Release"
  8. $ git push --tags