An automated release workflow based on vite + vue-tsc + changelogen, including build, type checking, and version management.
Install dependencies
pnpm i @stellaround/auto-cli -D
Execute the automated release workflow
auto-cli
If you are using this tool as a team, make sure to use the --sync-tags option to enable team sync of git tags. Otherwise, you may encounter a bug where the changelog is generated from the initial version to the latest version.
This automated workflow depends on the vite, vue-tsc, and changelogen packages. Please ensure these packages are already installed in your project.
Copyright (c) 2024-present spectature