Skip to content

Commit 448e3a8

Browse files
authored
chore: add standard version for auto version bumping (#27)
1 parent f14a6fb commit 448e3a8

File tree

2 files changed

+1047
-4
lines changed

2 files changed

+1047
-4
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@njfamirm/decap-cms-github-backend",
33
"author": "S. Amir Mohammad Najafi <[email protected]> (https://www.njfamirm.ir)",
44
"description": "Self-hosted decap cms github backend.",
5-
"version": "1.1.0",
5+
"version": "1.0.0",
66
"license": "MIT",
77
"private": true,
88
"type": "module",
@@ -23,7 +23,8 @@
2323
"watch:node": "nodemon -w dist/ --enable-source-maps dist/index.mjs",
2424
"watch:debug-node": "nodemon -w dist/ --inspect --enable-source-maps dist/index.mjs",
2525
"watch:ts": "yarn build:ts --watch --preserveWatchOutput",
26-
"watch:es": "yarn build:es --watch"
26+
"watch:es": "yarn build:es --watch",
27+
"release": "standard-version --sign"
2728
},
2829
"dependencies": {
2930
"@alwatr/logger": "^5.0.0",
@@ -36,6 +37,7 @@
3637
"@types/simple-oauth2": "^5.0.7",
3738
"esbuild": "^0.24.2",
3839
"npm-run-all": "^4.1.5",
40+
"standard-version": "^9.5.0",
3941
"typescript": "^5.7.3"
4042
},
4143
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"

0 commit comments

Comments
 (0)