Skip to content

Commit 60be662

Browse files
authored
Merge pull request #178 from csfloat/feature/release-instructions
Adds Release Instructions
2 parents d366c7f + aff3b44 commit 60be662

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ Load the `dist/` directory as a temporary extension in Chrome. Code changes will
5252

5353
Note: You can also use `npm run start_ff` for Firefox
5454

55+
## Releases
56+
57+
If you're ready to release a new version of the extension, the process of automatically packaging for each browser
58+
is handled for you!
59+
60+
Steps
61+
* Go to the [`upgrade.yml`](https://github.com/csfloat/extension/actions/workflows/upgrade.yml) Workflow
62+
* Click "Run Workflow"
63+
* Set the version to the next version (X.X.X)
64+
* NOTE: Do not prepend "v" in front of the version
65+
* Click "Run Workflow" (Green)
66+
5567
## Changelog
5668

5769
See [Releases](https://github.com/csfloat/extension/releases) for release notes.

0 commit comments

Comments
 (0)