https://github.com/github-for-unity/unity-release-notes
https://github.com/github-for-unity/unity-release-notes
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/github-for-unity/unity-release-notes
- Owner: github-for-unity
- License: mit
- Created: 2017-07-06T19:04:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T15:07:24.000Z (about 6 years ago)
- Last Synced: 2024-11-12T18:44:01.639Z (7 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Release notes generator for GitHub for Unity
This script will grab all the issues that have been closed since the last tag was created and list them by Features/Enhancements/Bugs (plus all the PRs that were closed in case something was missed).
To make this work, you need to:
- Create folder `scratch`
- Create file `scratch\user` with the username
- Create file `scratch\token` with a personal tokenYou need node installed, and then on first run do `yarn install`
Then run `yarn start > notes.txt 2>errorlog`