Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
fix: disable automatic release to chrome web store
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jun 6, 2023
1 parent 60c370c commit 7042b69
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {
'main'
],
verifyConditions: [
{
path: 'semantic-release-chrome', // will check that Chrome Web Store env vars are set in travis-ci, cf https://github.com/GabrielDuarteM/semantic-release-chrome/blob/master/Authentication.md
extensionId: 'iajhmklhilkjgabejjemfbhmclgnmamf'
},
// {
// path: 'semantic-release-chrome', // will check that Chrome Web Store env vars are set in travis-ci, cf https://github.com/GabrielDuarteM/semantic-release-chrome/blob/master/Authentication.md
// extensionId: 'iajhmklhilkjgabejjemfbhmclgnmamf'
// },
'@semantic-release/github' // will check that the GITHUB_TOKEN env var is also set
],
prepare: [
Expand Down Expand Up @@ -40,11 +40,11 @@ module.exports = {
],
publish: [
// 1. Publish the extension to Chrome Web Store
{
path: 'semantic-release-chrome',
asset: 'chrome-extension-dist.zip',
extensionId: 'iajhmklhilkjgabejjemfbhmclgnmamf'
},
// {
// path: 'semantic-release-chrome',
// asset: 'chrome-extension-dist.zip',
// extensionId: 'iajhmklhilkjgabejjemfbhmclgnmamf'
// },
// 2. Create a git tag and release on GitHub
{
path: '@semantic-release/github',
Expand Down

0 comments on commit 7042b69

Please sign in to comment.