diff --git a/.npmrc b/.npmrc index b03057cc..7ccc1cd9 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ -tag-version-prefix="v" -ignore-workspace-root-check=true -message="chore(release): %s" +tag-version-prefix=v +message=chore(release): %s diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index fe323b18..5c574236 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v1.0.0-20260528064828-5b43c2b6" -}} +{{- hugo.Store.Set "version" "v1.0.0-20260528072056-c8c70a96" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/package.json b/package.json index d9f81604..278bff5e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.4.5", "nextVersion": "1.0.0", "private": true, - "packageManager": "pnpm@11.1.0", + "packageManager": "pnpm@11.4.0", "description": "Hugo FixIt core theme component source files", "author": { "name": "Lruihao", @@ -39,7 +39,6 @@ "lint": "eslint --cache .", "typecheck": "tsc --noEmit", "version": "pnpm -F versioning start prod", - "postversion": "git push && git push --tags", "changelog": "auto-changelog-plus --starting-date 2021-12-18", "prepare": "simple-git-hooks" }, diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a97aba6e..b11de2d9 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ +ignoreWorkspaceRootCheck: true shellEmulator: true trustPolicy: no-downgrade