microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 33 forks source link

Add Action to create version bump PR after releasing #727

Closed alexweininger closed 2 years ago

alexweininger commented 2 years ago

Triggered when we publish a release on GitHub (can also manually trigger it). Creates a PR like this one that bumps the prerelease version.

It uses my own Action task I published since I couldn't find one that already did what I needed. It has no dependencies.

If we like this, then I'll add it to all the other repos.