Skip to content

Commit

Permalink
chore(cd): Fix semantic-release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jul 9, 2024
1 parent 516533f commit cdb6ce6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lynxts",
"version": "0.0.0",
"description": "The Lynx.ts workspace",
"repository": "git@github.com:JoseLion/lynxts.git",
"repository": "https://github.com/JoseLion/lynxts.git",
"homepage": "https://joselion.gitbook.io/lynx.ts/",
"author": "Jose Luis Leon <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -42,7 +42,6 @@
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.8.0",
"semantic-release": "^24.0.0",
"tslib": "^2.6.3",
"turbo": "^2.0.6",
"typedoc": "^0.26.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["semantic-release-yarn", { "mainWorkspace": "lynxts" }],
"semantic-release-yarn",
"@semantic-release/github"
],
"tagFormat": "core/v${version}"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lynxts/core",
"version": "0.0.0",
"description": "Lynx.ts core package",
"repository": "git@github.com:JoseLion/lynxts.git",
"repository": "https://github.com/JoseLion/lynxts.git",
"homepage": "https://joselion.gitbook.io/lynx.ts/",
"author": "Jose Luis Leon <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["semantic-release-yarn", { "mainWorkspace": "lynxts" }],
"semantic-release-yarn",
"@semantic-release/github"
],
"tagFormat": "native/v${version}"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lynxts/native",
"version": "0.0.0",
"description": "Lynx.ts native package",
"repository": "git@github.com:JoseLion/lynxts.git",
"repository": "https://github.com/JoseLion/lynxts.git",
"homepage": "https://joselion.gitbook.io/lynx.ts/",
"author": "Jose Luis Leon <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["semantic-release-yarn", { "mainWorkspace": "lynxts" }],
"semantic-release-yarn",
"@semantic-release/github"
],
"tagFormat": "web/v${version}"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lynxts/web",
"version": "0.0.0",
"description": "Lynx.ts web package",
"repository": "git@github.com:JoseLion/lynxts.git",
"repository": "https://github.com/JoseLion/lynxts.git",
"homepage": "https://joselion.gitbook.io/lynx.ts/",
"author": "Jose Luis Leon <[email protected]>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8970,7 +8970,6 @@ __metadata:
eslint-plugin-react: "npm:^7.34.3"
eslint-plugin-sonarjs: "npm:^1.0.3"
globals: "npm:^15.8.0"
semantic-release: "npm:^24.0.0"
tslib: "npm:^2.6.3"
turbo: "npm:^2.0.6"
typedoc: "npm:^0.26.3"
Expand Down

0 comments on commit cdb6ce6

Please sign in to comment.