Skip to content

Commit

Permalink
chore(main): Release v2.21.0 (#1145)
Browse files Browse the repository at this point in the history
fix(release-automation): 🐛 Semver Path
  • Loading branch information
whizzzkid committed Feb 3, 2023
1 parent a61e081 commit 7036f6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
package-name: ipfs-companion
changelog-notes-type: github
command: release-pr
extra-files: |
add-on/manifest.common.json
release-assets:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion add-on/manifest.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_manifest_extensionName__",
"short_name": "__MSG_manifest_shortExtensionName__",
"version": "2.20.1",
"version": "2.21.0",
"description": "__MSG_manifest_extensionDescription__",
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
"author": "IPFS Community",
Expand Down
3 changes: 2 additions & 1 deletion docs/RELEASE-PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ This process can be used to push a manual release to the [Firefox Add-Ons](https
- [Release Process](#release-process)
- [Tag a Release](#tag-a-release)
- [Build Release Artifacts](#build-release-artifacts)
- [Publish on Chrome Web Store)](#publish-on-chrome-web-store)
- [Publish on Chrome Web Store](#publish-on-chrome-web-store)
- [Publish on Firefox Add-Ons Store](#publish-on-firefox-add-ons-store)
- [Release on Github.](#release-on-github)


## Tag a Release

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

0 comments on commit 7036f6d

Please sign in to comment.