Skip to content

Commit d0e3fbe

Browse files
committed
ready for release
1 parent 64c8b88 commit d0e3fbe

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 13.x
10+
- 14.2.0
1111
steps:
1212
- uses: actions/checkout@v2
1313
with:
@@ -49,14 +49,14 @@ jobs:
4949
name: ${{ env.FIREPHP_BUILD_FILENAME_PREFIX }}-chrome
5050
path: dist/${{ env.FIREPHP_BUILD_FILENAME_PREFIX }}-chrome.zip
5151

52-
- name: Upload firefox release if tagging
52+
- name: Upload firefox release (if tagging)
5353
uses: fnkr/github-action-ghr@v1
5454
if: startsWith(github.ref, 'refs/tags/')
5555
env:
5656
GHR_PATH: dist/${{ env.FIREPHP_BUILD_FILENAME_PREFIX }}-firefox
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

59-
- name: Upload chrome release if tagging
59+
- name: Upload chrome release (if tagging)
6060
uses: fnkr/github-action-ghr@v1
6161
if: startsWith(github.ref, 'refs/tags/')
6262
env:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ Run from source:
9696
Release
9797
=======
9898

99-
1. Increment version in `package.json`
100-
2. Push branch and verify build
101-
3. Merge to master
102-
4. Tag commit and push
99+
1. Increment **major**, **minor**, or **patch** version in `package.json`
100+
2. To **preview**, push **branch** and verify [build](https://github.com/firephp/firephp-for-browser-devtools/actions) (will append `[<branch>]` to extension name/version)
101+
3. To **release**, merge to **master**, `git tag v<version>` and push (will build a release for distribution and upload to [releases](https://github.com/firephp/firephp-for-browser-devtools/releases))
103102
5. Download releases
104103
6. Upload to https://addons.mozilla.org/en-US/developers/
105104
7. Upload to https://chrome.google.com/u/2/webstore/devconsole

0 commit comments

Comments
 (0)