mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
chore(workflow): support nextVersion for dev version base
- Add optional `nextVersion` field in package.json to override the auto-incremented patch version used for dev builds - In prod mode, automatically remove `nextVersion` field after release - Fix packages tsconfig.json: switch to `module/moduleResolution: nodenext`, remove unsupported `baseUrl` and `jsx` options Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "@hugo-fixit/core",
|
||||
"type": "module",
|
||||
"version": "0.4.5",
|
||||
"nextVersion": "1.0.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@11.1.0",
|
||||
"description": "Hugo FixIt core theme component source files",
|
||||
|
||||
Reference in New Issue
Block a user