@dingdaoos/dingcloud-release
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

使用方法

全局安装 npm install -g conventional-changelog-cli

项目的根目录建立一个scripts文件夹,下面建立一个release.ts 脚本

import { defaultTask } from '@dingdaoos/dingcloud-release'
defaultTask()

package.json

  "scripts": {
    "release": "node --loader ts-node/esm ./scripts/release.ts"
  },
  "scripts": {
    "release": "node ./scripts/release.js"
  },

然后命令行界面到你的项目根目录,输入:

npm run release

提示:工具可单独使用gitPush、addTag、setChangelog

Readme

Keywords

none

Package Sidebar

Install

npm i @dingdaoos/dingcloud-release

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

9.95 kB

Total Files

7

Last publish

Collaborators

  • songyu6416
  • yaobb
  • zhanglibin8
  • boxup
  • dingdaoos-owner