semantic-release-firefox-add-on

v0.2.0
A Semantic Release plugin to sign packages through the Firefox AddOn store

build

mkdir -p artifacts; echo 'When changing this remember to update @semantic-release/npm.'

commit

git-cz

lock-check

yarn-deduplicate --list --fail

lock-dedup

yarn-deduplicate

lint

eslint . --ext .js,.ts --max-warnings=0

release

semantic-release

report-coverage

codecov

test

jest

test-watch

jest --watch

test-coverage

jest --ci --coverage --coverageDirectory artifacts/coverage

test-modified

jest --bail --findRelatedTests

Metadata

Downloads

Maintainers