Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/release-notes
How I create release notes for my npm modules
https://github.com/mcollina/release-notes
Last synced: 13 days ago
JSON representation
How I create release notes for my npm modules
- Host: GitHub
- URL: https://github.com/mcollina/release-notes
- Owner: mcollina
- License: mit
- Created: 2023-04-11T14:37:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T10:39:19.000Z (3 months ago)
- Last Synced: 2024-12-25T09:46:51.999Z (15 days ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# release-notes
How I create release notes for my npm modules
## Install
```
npm i @matteo.collina/release-notes
```## Usage
```
release-notes -a $GITHUB_ACCESS_TOKEN -o mcollina -r test-releases -t v0.0.4
```We recommend the use of a granular github access token
or a token provided by GitHub Actions.## License
MIT