There is one file that exist right now as the workflows:
.github/workflows/publish.yaml
This file runs through the packaging workflow using the github actions. This is triggered on the creation of a new tag and will update the package.json to reflect that tag, along with building the .vsix file that will be uploaded to the releases and marketplaces.
Some bookmarks that helped me through the process: