You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
When I refactor code I often find myself tediously adding type annotations that are obvious from context: functions that don't return anything, boolean flags, etcetera. That's where autotyping comes ...