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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -160,6 +160,12 @@ for your `Paul Botsco` GitHub App.
See [CONTRIBUTING.md](./CONTRIBUTING.md) for details.
## Releasing
To enact a release, run `yarn version --new-version=[NEW-VERSION]`.
This will update the version in the React App, create a tag and push the tag. This will then cause the Release GitHub Action Workflow to start which does the rest.