Skip to content

Commit

Permalink
fix: update package.json version on release (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny authored Nov 2, 2023
1 parent 2fc434c commit 59a829c
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/chrome-extension/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ module.exports = {
changelogFile: `${srcRoot}/CHANGELOG.md`,
},
],
[
'@rpidanny/semantic-release-update-package.json',
{
packageJsonPath: `${srcRoot}/package.json`,
},
],
[
'@semantic-release/npm',
{
Expand Down
6 changes: 6 additions & 0 deletions libs/llm-prompt-templates/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ module.exports = {
changelogFile: `${srcRoot}/CHANGELOG.md`,
},
],
[
'@rpidanny/semantic-release-update-package.json',
{
packageJsonPath: `${srcRoot}/package.json`,
},
],
[
'@semantic-release/npm',
{
Expand Down
59 changes: 59 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@nx/workspace": "16.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rpidanny/eslint-config-typescript": "^1.1.0",
"@rpidanny/semantic-release-update-package.json": "^1.0.0",
"@svgr/webpack": "^6.1.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
Expand Down

0 comments on commit 59a829c

Please sign in to comment.