From d2258e8e5334696a263d5278f82be20c43a70b9b Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Thu, 2 Feb 2023 20:59:07 -0700 Subject: [PATCH] fix(release-automation): :bug: Semver Path --- .github/workflows/ci.yml | 2 ++ add-on/manifest.common.json | 2 +- docs/RELEASE-PROCESS.md | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2e0d6094..ba8de43d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/add-on/manifest.common.json b/add-on/manifest.common.json index 2e93cc82a..461d3aad4 100644 --- a/add-on/manifest.common.json +++ b/add-on/manifest.common.json @@ -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", diff --git a/docs/RELEASE-PROCESS.md b/docs/RELEASE-PROCESS.md index d5049d605..64a0f1142 100644 --- a/docs/RELEASE-PROCESS.md +++ b/docs/RELEASE-PROCESS.md @@ -6,7 +6,7 @@ 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) @@ -14,6 +14,7 @@ This process can be used to push a manual release to the [Firefox Add-Ons](https ## Tag a Release - Bump `` version in `add-on/manifest.common.json` +- Create a `chore(main): Release v` PR. - Create a PR for Release - Generate and push the tag to github ```sh