Skip to content

Commit

Permalink
Fix passing arguments to changelog command
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Sep 25, 2023
1 parent 76646c4 commit e855322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Expand Up @@ -12,6 +12,6 @@
},
"hooks": {
"before:init": ["npm run lint", "npm run test"],
"after:bump": ["npm run changelog ${version} --sloppy"]
"after:bump": ["npm run changelog ${version} -- --sloppy"]
}
}

0 comments on commit e855322

Please sign in to comment.