https://github.com/prismlauncher/changelog-generator
https://github.com/prismlauncher/changelog-generator
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prismlauncher/changelog-generator
- Owner: PrismLauncher
- Created: 2023-07-29T19:05:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-10T14:46:59.000Z (12 months ago)
- Last Synced: 2025-08-10T16:30:39.071Z (12 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog_generator/__init__.py
Awesome Lists containing this project
README
# changelog-generator
## How to use
- run `nix develop`
- create a read-only Github Token
- set GITHUB_TOKEN environment variable to that value
- run `python -m changelog_generator {owner}/{repo} {milestone}`
e.g `python -m changelog_generator Prismlauncher/PrismLauncher 8.3`