Skip to content

Commit

Permalink
chore: replace standard-version with release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
Orchardxyz committed Aug 22, 2023
1 parent 8c40b89 commit 16f3682
Show file tree
Hide file tree
Showing 4 changed files with 1,645 additions and 755 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": false
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
}
}
}
64 changes: 0 additions & 64 deletions .versionrc.json

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,13 @@
"test-compile": "tsc -p ./",
"package": "npm run webview-build && npm run esbuild-build -- --minify && vsce package --no-dependencies",
"publish": "vsce publish --no-dependencies",
"release": "standard-version",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major",
"release": "release-it",
"pretest": "npm run test-compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@release-it/keep-a-changelog": "^4.0.0",
"@types/fs-extra": "^11.0.1",
"@types/glob": "^7.1.3",
"@types/lodash-es": "^4.17.7",
Expand All @@ -97,7 +95,7 @@
"glob": "^7.1.6",
"mocha": "^8.2.1",
"openapi-types": "^12.1.0",
"standard-version": "^9.5.0",
"release-it": "^16.1.5",
"typescript": "^4.1.3",
"vscode-test": "^1.5.0"
},
Expand Down
Loading

0 comments on commit 16f3682

Please sign in to comment.