https://github.com/wyze/changelog
Write a change log.
https://github.com/wyze/changelog
Last synced: 2 months ago
JSON representation
Write a change log.
- Host: GitHub
- URL: https://github.com/wyze/changelog
- Owner: wyze
- License: mit
- Created: 2019-03-09T01:27:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:27:47.000Z (over 2 years ago)
- Last Synced: 2024-09-17T08:27:48.217Z (9 months ago)
- Language: TypeScript
- Homepage: https://yarn.pm/@wyze/changelog
- Size: 271 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# @wyze/changelog · [![Build Status][circleci-image]][circleci-url] [![npm][npm-image]][npm-url] [![Codecov.io][codecov-image]][codecov-url]
> Write a change log.
## Installation
```sh
$ yarn add --dev @wyze/changelog
```## Usage
```json
{
"scripts": {
"version": "changelog"
}
}
```## Change Log
> [Full Change Log](changelog.md)
### [v1.0.0](https://github.com/wyze/changelog/releases/tag/v1.0.0) (2019-03-08)
* Initial commit ([@wyze](https://github.com/wyze) in [7bdbb7b](https://github.com/wyze/changelog/commit/7bdbb7b))
## License
MIT © [Neil Kistner](//neilkistner.com)
[circleci-image]: https://img.shields.io/circleci/project/github/wyze/changelog.svg?style=flat-square
[circleci-url]: https://circleci.com/gh/wyze/changelog[npm-image]: https://img.shields.io/npm/v/@wyze/changelog.svg?style=flat-square
[npm-url]: https://npmjs.com/package/@wyze/changelog[codecov-image]: https://img.shields.io/codecov/c/github/wyze/changelog.svg?style=flat-square
[codecov-url]: https://codecov.io/github/wyze/changelog