Skip to content

Commit

Permalink
feat(): fix release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
omri lugasi authored and omri lugasi committed Jul 27, 2024
1 parent d187230 commit 56a0e25
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions release-toolkit.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"plugins": [
{
"name": "github",
"tagPattern": "{{tag}}-new",
"releasePattern": "New - {{release}}"
"tagPattern": "{{tag}}-new-a",
"releasePattern": "New A - {{release}}"
},
{
"name": "npm",
Expand Down
2 changes: 1 addition & 1 deletion src/a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h1-b",
"version": "0.2.1",
"version": "0.3.0",
"main": "index.js",
"repository": "git@github.com:omriLugasi/h1-a.git",
"author": "omri <release-toolkit@gmail.com>",
Expand Down
22 changes: 11 additions & 11 deletions src/b/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "h1-b",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:omriLugasi/h1-a.git",
"author": "omri <release-toolkit@gmail.com>",
"license": "MIT",
"dependencies": {
"husky": "^9.0.11",
"release-toolkit": "file:../.."
}
}
"name": "h1-b",
"version": "0.1.0",
"main": "index.js",
"repository": "git@github.com:omriLugasi/h1-a.git",
"author": "omri <release-toolkit@gmail.com>",
"license": "MIT",
"dependencies": {
"husky": "^9.0.11",
"release-toolkit": "file:../.."
}
}

0 comments on commit 56a0e25

Please sign in to comment.