kalegd / DigitalBacon

Create 3D websites easily that run on AR, VR, Desktop, and Mobile devices with Digital Bacon. No coding required, but supports an API to create plugins for advanced customizations
https://digitalbacon.io
Mozilla Public License 2.0
18 stars 8 forks source link

Add auto-tag and release-drafter GitHub actions to repo #16

Closed kalegd closed 9 months ago

kalegd commented 9 months ago

Seeing as how I've not added a new tag in the last 8 months... It's probably for the best that I automate it to happen whenever the version in package.json gets updated

So that 0.2.0 doesn't get tagged at the wrong point, I should manually tag that from the appropriate commit first before adding the GitHub action, and then test by updating to 0.2.1

I should also add release-drafter as well and test that out for the 0.2.1 release

kalegd commented 9 months ago

Release drafter looks good! Just need to test auto-tag when we publish 0.2.1

kalegd commented 9 months ago

auto-tag works!