Skip to content

Commit

Permalink
Determine new version as first step
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jan 25, 2025
1 parent 7445f2d commit 4916040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Releasing a new version on Twitch

First and foremost, we need to establish the new version number. Compare `main` to the most recent tagged version in the repository and decide if the release is a minor (new features) or patch (bug fixes) release. The commit being submitted to Twitch should be tagged via git with `git tag v<version>` if you're currently at the commit being used, or `git tag v<version> <commit>` if not. Once the tag is created, push it with `git push origin v<version>`.

## Local test

All new versions start in local test where the base URI is `https://localhost:8080/`, allowing a locally run version to be tested.
Expand All @@ -14,8 +16,6 @@ Once local testing is complete, a build can be created with `pnpm build`, the fi

With the assets hosted on Twitch, install the extension version on a test channel and verify that everything is working as expected when running from Twitch.

At this point, the commit being submitted to Twitch should be tagged via git. Do so with `git tag v<version>` if you're currently at the commit being used, or `git tag v<version> <commit>` if not. Once the tag is created, push it with `git push origin v<version>`.

## Submit for review

With the extension installed on a test channel, submit the extension for review, providing the URL for the channel to use for testing.
Expand Down

0 comments on commit 4916040

Please sign in to comment.