File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ jobs:
104
104
package-name : ipfs-companion
105
105
changelog-notes-type : github
106
106
command : release-pr
107
+ extra-files : |
108
+ add-on/manifest.common.json
107
109
108
110
release-assets :
109
111
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_manifest_extensionName__" ,
4
4
"short_name" : " __MSG_manifest_shortExtensionName__" ,
5
- "version" : " 2.20.1 " ,
5
+ "version" : " 2.21.0 " ,
6
6
"description" : " __MSG_manifest_extensionDescription__" ,
7
7
"homepage_url" : " https://github.com/ipfs-shipyard/ipfs-companion" ,
8
8
"author" : " IPFS Community" ,
Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ This process can be used to push a manual release to the [Firefox Add-Ons](https
6
6
- [ Release Process] ( #release-process )
7
7
- [ Tag a Release] ( #tag-a-release )
8
8
- [ Build Release Artifacts] ( #build-release-artifacts )
9
- - [ Publish on Chrome Web Store) ] ( #publish-on-chrome-web-store )
9
+ - [ Publish on Chrome Web Store] ( #publish-on-chrome-web-store )
10
10
- [ Publish on Firefox Add-Ons Store] ( #publish-on-firefox-add-ons-store )
11
11
- [ Release on Github.] ( #release-on-github )
12
12
13
13
14
14
## Tag a Release
15
15
16
16
- Bump ` <semver> ` version in ` add-on/manifest.common.json `
17
+ - Create a ` chore(main): Release v<semver> ` PR.
17
18
- Create a PR for Release
18
19
- Generate and push the tag to github
19
20
``` sh
You can’t perform that action at this time.
0 commit comments