Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/github-release-writer
- Owner: Jaid
- License: mit
- Created: 2019-08-24T09:20:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T02:13:28.000Z (over 1 year ago)
- Last Synced: 2024-09-27T18:40:50.808Z (about 1 month ago)
- Topics: automation, backend, bot, changelog, changelogs, cli, github, github-api, github-bot, probot, release, server
- Language: JavaScript
- Homepage: https://github.com/apps/nodejs-changelog-writer
- Size: 5.19 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# GitHub Release Writer
**Generates and inserts changelogs into GitHub releases for Node packages.**
## Installation
```bash
npm install --global github-release-writer@^2.3.4
``````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)