https://github.com/wyze/github-release
Generate a GitHub release.
https://github.com/wyze/github-release
Last synced: 9 months ago
JSON representation
Generate a GitHub release.
- Host: GitHub
- URL: https://github.com/wyze/github-release
- Owner: wyze
- License: mit
- Created: 2019-03-09T13:28:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:31:01.000Z (about 3 years ago)
- Last Synced: 2025-03-23T01:36:40.933Z (9 months ago)
- Language: TypeScript
- Homepage: https://yarn.pm/@wyze/github-release
- Size: 672 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# @wyze/github-release · [![Build Status][actions-image]][actions-url] [![npm][npm-image]][npm-url] [![Codecov.io][codecov-image]][codecov-url]
> Generate a GitHub release.
## Installation
```sh
$ yarn add --dev @wyze/github-release
```
## Usage
```json
{
"scripts": {
"postversion": "github-release"
}
}
```
or
```sh
$ github-release
```
## Change Log
> [Full Change Log](changelog.md)
### [v1.1.1](https://github.com/wyze/github-release/releases/tag/v1.1.1) (2020-03-28)
* Fix release not being created ([@wyze](https://github.com/wyze) in [37e6cff](https://github.com/wyze/github-release/commit/37e6cff))
## License
MIT © [Neil Kistner](//neilkistner.com)
[actions-image]: https://img.shields.io/github/workflow/status/wyze/github-release/CI.svg?style=flat-square
[actions-url]: https://github.com/wyze/github-release/actions
[npm-image]: https://img.shields.io/npm/v/@wyze/github-release.svg?style=flat-square
[npm-url]: https://npmjs.com/package/@wyze/github-release
[codecov-image]: https://img.shields.io/codecov/c/github/wyze/github-release.svg?style=flat-square
[codecov-url]: https://codecov.io/github/wyze/github-release