Skip to content

Commit

Permalink
fix: remove semver CHANGELOG shoutout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Feb 2, 2023
1 parent aa4dc15 commit 9a49ab7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion libs/dfts-helper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
}
},
"version": {
"executor": "@jscutlery/semver:version"
"executor": "@jscutlery/semver:version",
"options": {
"changelogHeader": " "
}
}
},
"tags": []
Expand Down
5 changes: 4 additions & 1 deletion libs/dfx-bootstrap-table/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
}
},
"version": {
"executor": "@jscutlery/semver:version"
"executor": "@jscutlery/semver:version",
"options": {
"changelogHeader": " "
}
}
},
"tags": []
Expand Down
5 changes: 4 additions & 1 deletion libs/dfx-translate/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
}
},
"version": {
"executor": "@jscutlery/semver:version"
"executor": "@jscutlery/semver:version",
"options": {
"changelogHeader": " "
}
}
},
"tags": []
Expand Down

0 comments on commit 9a49ab7

Please sign in to comment.