1.0.7 • Published 6 years ago

tranz-commit-icafe v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

tranz-commit-icafe

补全 icafe issue

Usage

const tranz = require('tranz').default;
const tranzCommitIcafe = require('tranz-commit-icafe');

tranz('feat: 修复 bug #123', [tranzCommitIcafe({ spaceId: 'icafe-api' })])
  .then(output => {
    // feat: 修复 bug icafe-api-123
  })

Options

spaceId

icafe 空间标识

  • type: string
  • default: undefined
readPkg

是否向上读取 package.json 中的 icafe 字段来获取 spaceId (只有当 spaceId 不存在时,该选项才生效)

  • type: boolean
  • default: true
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago