Skip to content

Commit

Permalink
fix(build): changelogen configured to just generate change-log doc
Browse files Browse the repository at this point in the history
fix #1
  • Loading branch information
mohammadGh committed Feb 26, 2024
1 parent e79b74a commit 5a2ec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"hooks": {
"before:init": ["git pull", "pnpm lint"],
"after:bump": "changelogen --release"
"after:bump": "changelogen"
}
}

0 comments on commit 5a2ec3f

Please sign in to comment.