UNPKG

@_lan/web-libs

Version:

<div align="center"> <img src="./public/favicon.svg" width="160" /> <h1>SoybeanAdmin AntDesign</h1> <span>中文 | <a href="./README.en_US.md">English</a></span> </div>

13 lines (11 loc) 292 B
import { versionBump } from 'bumpp'; export async function release(execute = 'pnpm sa changelog', push = true) { await versionBump({ files: ['**/package.json', '!**/node_modules'], execute, all: true, tag: true, commit: 'chore(projects): release v%s', push }); }