Skip to content

Commit 6763eaa

Browse files
committed
fix(semver): 🐞 fix --preset schema
1 parent 021e983 commit 6763eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/semver/src/executors/version/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147
"properties": {
148148
"name": {
149149
"type": "string",
150-
"description": "A string to be used as the main header section of the CHANGELOG.",
151-
"default": "# Changelog\n\n"
150+
"description": "A base preset name to be customized.",
151+
"default": "angular"
152152
},
153153
"header": {
154154
"type": "string",

0 commit comments

Comments
 (0)