mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
chore: update version and changelog scripts in package.json
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v0.4.0-rc-20260104062713-84c1358e" -}}
|
||||
{{- hugo.Store.Set "version" "v0.4.0-rc-20260104073013-296e86ad" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
+2
-2
@@ -36,9 +36,9 @@
|
||||
"build": "pnpm build:demo && pnpm build:test && pnpm -F integration start",
|
||||
"preview": "serve public",
|
||||
"lint": "eslint --cache .",
|
||||
"version": "pnpm -F versioning start prod && pnpm changelog -p",
|
||||
"version": "pnpm -F versioning start prod",
|
||||
"postversion": "git push && git push --tags",
|
||||
"changelog": "auto-changelog-plus",
|
||||
"changelog": "auto-changelog-plus --starting-date 2021-12-18",
|
||||
"prepare": "simple-git-hooks"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user