@alexaegis/standard-version
Version:
Standard version
25 lines (19 loc) • 1.09 kB
Markdown
# [@alexaegis/standard-version](https://github.com/AlexAegis/js-tooling/tree/master/packages/standard-version)
[](https://www.npmjs.com/package/@alexaegis/standard-version)
[](https://github.com/AlexAegis/js-tooling/actions/workflows/cicd.yml)
[](https://www.codacy.com/gh/AlexAegis/js-tooling/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AlexAegis/js-tooling&utm_campaign=Badge_Grade)
This package has some code similar what's in
[@alexaegis/workspace-tools](https://github.com/AlexAegis/js-core/tree/master/packages/workspace-tools)
but the config file of `standard-version` has to be sync so the `async`
functions had to be reimplemented, albeit in a much simpler form.
## Installation
```sh
npm i @alexaegis/standard-version@0.14.1
```
```json
{
"dependencies": {
"@alexaegis/standard-version": "^0.14.1"
}
}
```