๐Ÿ“ฆ hyoban / which-locked-version

๐Ÿ“„ .release-it.json ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11{
  "$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
  "plugins": {
    "release-it-pnpm": {}
  },
  "git": {
    "commitMessage": "chore: release v${version}",
    "tagName": "v${version}"
  }
}