Skip to content

Commit

Permalink
chore: fix semantic release (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Jan 18, 2024
1 parent 96ed5ee commit 987095b
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
"extends": "semantic-release-monorepo",
extends: "semantic-release-monorepo",
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand All @@ -11,7 +11,7 @@ module.exports = {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@semantic-release/github", {}]
["@semantic-release/github", {}],
],
branches: ['main'],
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"docs": "npm run docs:schema && npm run docs:api",
"test": "npm test -ws",
"lint": "npm run lint -ws",
"semantic-release": "npx --no-install -ws semantic-release",
"semantic-release-dry": "npx --no-install -ws semantic-release --dry-run --branches $CI_BRANCH",
"semantic-release": "npx --no -ws semantic-release",
"semantic-release-dry": "npx --no -ws semantic-release --dry-run --branches $CI_BRANCH",
"prepare": "husky install",
"clean": "rm -rf package-lock.json node_modules"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/helix-shared-async/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-body-data/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-bounce/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-config/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-dom/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-git/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-ims/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-indexer/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-process-queue/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-prune/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-secrets/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-string/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-tokencache/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-utils/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};
3 changes: 3 additions & 0 deletions packages/helix-shared-wrap/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../.releaserc.cjs',
};

0 comments on commit 987095b

Please sign in to comment.