Skip to content

Commit 7036f6d

Browse files
authored
chore(main): Release v2.21.0 (#1145)
fix(release-automation): 🐛 Semver Path
1 parent a61e081 commit 7036f6d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
package-name: ipfs-companion
105105
changelog-notes-type: github
106106
command: release-pr
107+
extra-files: |
108+
add-on/manifest.common.json
107109
108110
release-assets:
109111
runs-on: ubuntu-latest

add-on/manifest.common.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_manifest_extensionName__",
44
"short_name": "__MSG_manifest_shortExtensionName__",
5-
"version": "2.20.1",
5+
"version": "2.21.0",
66
"description": "__MSG_manifest_extensionDescription__",
77
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
88
"author": "IPFS Community",

docs/RELEASE-PROCESS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ This process can be used to push a manual release to the [Firefox Add-Ons](https
66
- [Release Process](#release-process)
77
- [Tag a Release](#tag-a-release)
88
- [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)
1010
- [Publish on Firefox Add-Ons Store](#publish-on-firefox-add-ons-store)
1111
- [Release on Github.](#release-on-github)
1212

1313

1414
## Tag a Release
1515

1616
- Bump `<semver>` version in `add-on/manifest.common.json`
17+
- Create a `chore(main): Release v<semver>` PR.
1718
- Create a PR for Release
1819
- Generate and push the tag to github
1920
```sh

0 commit comments

Comments
 (0)