Can JitPack be configured just to grab the latest release? Or, do I need to create releases manually?
GitHub has a simple process to get the latest:
On GitHub, navigate to the main page of the repository.
Releases tabUnder your repository name, click Releases.
Latest release tag
Right click on Latest Release and copy the URL to share it.
The suffix of this URL is always /releases/latest.
in the context of learning how git, JitPack and GitHub relate to each other, so that I can pull in an updated artifact from JitPack.