We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d366c7f + aff3b44 commit 60be662Copy full SHA for 60be662
README.md
@@ -52,6 +52,18 @@ Load the `dist/` directory as a temporary extension in Chrome. Code changes will
52
53
Note: You can also use `npm run start_ff` for Firefox
54
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
67
## Changelog
68
69
See [Releases](https://github.com/csfloat/extension/releases) for release notes.
0 commit comments