Skip to content

Commit

Permalink
modified hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gipyeong-lee committed Feb 21, 2021
1 parent ef2647b commit 6fae633
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 @@ -19,6 +19,6 @@
},
"hooks": {
"after:bump": "npx auto-changelog -p",
"after:release": "git checkout develop && git merge master"
"after:git:release": "git checkout develop && git merge master"
}
}

0 comments on commit 6fae633

Please sign in to comment.