Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/github-release-writer

Generates and inserts changelogs into GitHub releases for Node packages.
https://github.com/jaid/github-release-writer

automation backend bot changelog changelogs cli github github-api github-bot probot release server

Last synced: 27 days ago
JSON representation

Generates and inserts changelogs into GitHub releases for Node packages.

Awesome Lists containing this project

README

        

# GitHub Release Writer

License Sponsor github-release-writer
Build status Commits since v2.3.4 Last commit Issues
Latest version on npm Dependents Downloads

**Generates and inserts changelogs into GitHub releases for Node packages.**

## Installation

github-release-writer on npm

```bash
npm install --global github-release-writer@^2.3.4
```

github-release-writer on Yarn

```bash
yarn global add github-release-writer@^2.3.4
```

## CLI Usage
After installing package `github-release-writer` globally, you can use its command line interface.
```bash
github-release-writer
```
For usage instructions:
```bash
github-release-writer --help
```

## Development

Development hints for maintaining and improving GitHub Release Writer

Setting up:
```bash
git clone [email protected]:jaid/github-release-writer.git
cd github-release-writer
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/github-release-writer/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)