Skip to content

Commit

Permalink
chore: set changelog preset to angular
Browse files Browse the repository at this point in the history
The latest versioning attempt did not work for some reason.
  • Loading branch information
subzero10 committed Jan 4, 2024
1 parent ec9498a commit efaea3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"test": "lerna run test --stream",
"install": "lerna bootstrap",
"lint": "npx eslint .",
"release": "lerna publish --conventional-commits --changelog-preset conventional-changelog-conventionalcommits --yes --create-release github --loglevel silly"
"release": "lerna publish --conventional-commits --changelog-preset conventional-changelog-angular --yes --create-release github --loglevel silly"
}
}

0 comments on commit efaea3c

Please sign in to comment.