Skip to content

Commit

Permalink
Merge pull request #2 from mrloop/update-release-it
Browse files Browse the repository at this point in the history
Correctly version all manifests and lock files when releasing
  • Loading branch information
mrloop authored Dec 29, 2022
2 parents 56a5877 + a41d552 commit 957a9cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## v0.0.1 (2022-12-29)

# Changelog

## v0.0.1 (2022-12-29)
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": {
"publish": false
}
"hooks": {
"after:@release-it-plugins/workspaces:bump": "pnpm i"
},
"npm": false
}
}

0 comments on commit 957a9cb

Please sign in to comment.