Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): Release v2.21.0 #1145

Merged
merged 1 commit into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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