You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to create a dependency bot that just watches our repos. So when we create a new Tag in each repo it will increment the version and create a PR. It would make updating much easier since all we would need is to Approve a PR. But Github does not support protected tags as of yet. So we cant do that. Until that becomes supported we will need to manually increment the version each time we want to deploy a new version.
Context
Makes it easier to deploy to the server using Github actions.
Possible Implementation
The text was updated successfully, but these errors were encountered:
Detailed Description
We would like to create a dependency bot that just watches our repos. So when we create a new Tag in each repo it will increment the version and create a PR. It would make updating much easier since all we would need is to Approve a PR. But Github does not support protected tags as of yet. So we cant do that. Until that becomes supported we will need to manually increment the version each time we want to deploy a new version.
Context
Makes it easier to deploy to the server using Github actions.
Possible Implementation
The text was updated successfully, but these errors were encountered: