Skip to content

Commit e0755f3

Browse files
committed
remove XKit Patches version bump requirement
see #2165, #2166
1 parent c9550f4 commit e0755f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/contributing/Release-XKit.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
Manually building, submitting, and deploying an XKit version release currently takes many steps, but there is some Github Actions automation to combine some of them and allow them to be run from the web interface.
44

55
- Commit a version increase to [manifest.json](../../manifest.json).
6-
- Commit a version increase to [xkit_patches.js](../../Extensions/xkit_patches.js).
7-
- `run_order` should have an additional entry added with the new version.
8-
- `patches` should have an additional entry added, corresponding with the new version. In most cases, this should consist of a) changing the key of the latest entry to the new version, and b) adding a new empty entry below it corresponding to the current version. This represents setting the entire current set of patches to apply to both the current and new versions.
96
- Run the **Generate Release** Github action. This will package the extension code and submit it to the Firefox addons store and Chrome web store for security review and signing, and generate a Github release draft if they succeed.
107
- If Firefox review and signing causes the action to time out, wait for it to finish, then run the **Generate Release (after signing)** Github action.
118
- Edit the Github release draft to add release notes and any additional information.

0 commit comments

Comments
 (0)