Skip to content

Commit

Permalink
build: update postTargets usage
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Nov 18, 2023
1 parent 02b3357 commit db09bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semver/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"options": {
"push": true,
"noVerify": true,
"postTargets": ["semver:publish", "semver:github"],
"postTargets": ["publish", "github"],
"commitMessageFormat": "release({projectName}): 🎸 cut release to {version}"
}
},
Expand Down

0 comments on commit db09bff

Please sign in to comment.