Skip to content

Commit

Permalink
ci: fix version
Browse files Browse the repository at this point in the history
Signed-off-by: Debanjan Chatterjee <[email protected]>
  • Loading branch information
itsdebs committed Sep 19, 2023
1 parent daaf4fd commit 82fd097
Show file tree
Hide file tree
Showing 10 changed files with 412 additions and 135 deletions.
2 changes: 1 addition & 1 deletion gsonrudderadapter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"options": {
"baseBranch": "master-v2",
"preset": "conventional",
"tagPrefix": "${projectName}@"
"tagPrefix": "{projectName}@"
}
},
"sync-bumped-version-properties": {
Expand Down
2 changes: 1 addition & 1 deletion jacksonrudderadapter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"options": {
"baseBranch": "master-v2",
"preset": "conventional",
"tagPrefix": "${projectName}@"
"tagPrefix": "{projectName}@"
}
},
"sync-bumped-version-properties": {
Expand Down
2 changes: 1 addition & 1 deletion models/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"options": {
"baseBranch": "master",
"preset": "conventional",
"tagPrefix": "${projectName}@"
"tagPrefix": "{projectName}@"
}
},
"sync-bumped-version-properties": {
Expand Down
Loading

0 comments on commit 82fd097

Please sign in to comment.