Pushing Changes to the Hardware Design - machineagency/jubilee GitHub Wiki

Updating a Part Checklist

  • Regenerate the relevant instruction sets
  • Re-export the corresponding STL file
  • Re-export the STEP file for the whole assembly
  • Re-export the Solidworks file with the pack-and-go feature

Renaming a Part Checklist

Creating an Official Release

Create a tag that marks the git commit with t

git tag -a v2.0.2 9fceb02 -m "jubilee v 2.0.2"

where the tag is the short version of the commit hash. If you are on the commit that you want to create the release from, you can find the commit hash with:

git rev-parse --short HEAD

Then push it:

git push origin v2.0.2

See Creating a Release for the last bit!