@qiwi/semrel-common
v3.5.1
Published
Semrel common utils
Downloads
1,919
Readme
@qiwi/semrel-common
Common semrel utils: config reader, git-client, etc.
Install
yarn add @qiwi/semrel-common
Usage
import { gitTags } from '@qiwi/semrel-common'
const tags = await gitTags({ cwd: '/foo/bar/baz', branch: 'master' })