{"id":21578284,"url":"https://github.com/stephanakkerman/release-notes-generator","last_synced_at":"2026-05-18T18:36:47.979Z","repository":{"id":244997563,"uuid":"816956523","full_name":"StephanAkkerman/release-notes-generator","owner":"StephanAkkerman","description":"Generate automated release notes for projects that do not use branches","archived":false,"fork":false,"pushed_at":"2024-06-18T18:34:41.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T05:53:53.919Z","etag":null,"topics":["github","release","release-note","release-notes","releases"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StephanAkkerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-18T18:12:09.000Z","updated_at":"2024-06-18T18:35:58.000Z","dependencies_parsed_at":"2024-06-18T23:28:31.117Z","dependency_job_id":"f354ddfe-0659-4111-ab4e-1da070f8ea31","html_url":"https://github.com/StephanAkkerman/release-notes-generator","commit_stats":null,"previous_names":["stephanakkerman/release-notes-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Frelease-notes-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Frelease-notes-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Frelease-notes-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Frelease-notes-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanAkkerman","download_url":"https://codeload.github.com/StephanAkkerman/release-notes-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244177648,"owners_count":20410993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","release","release-note","release-notes","releases"],"created_at":"2024-11-24T13:10:02.833Z","updated_at":"2026-05-18T18:36:42.936Z","avatar_url":"https://github.com/StephanAkkerman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Release Notes Generator\n\nDo you like to have the auto generated release notes for your GitHub repository? But are you too lazy to work in branches on your own projects? Then this is the tool for you! This tool will generate release notes for your repository based on the commits in the main branch.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.8+-blue.svg\" alt=\"Supported versions\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/StephanAkkerman/release-notes-generator.svg?color=brightgreen\" alt=\"License\"\u003e\n  \u003ca href=\"https://github.com/psf/black\"\u003e\u003cimg src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" alt=\"Code style: black\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Installation ⚙️\n\nThere are two methods to run this code. The first method is to run the Python code locally. The second method is to run the workflow in your GitHub repository to generate the release notes automatically.\n\n### Method 1: Run the Python code locally\n\nThe required packages to run this code can be found in the requirements.txt file. To run this file, execute the following code block after cloning the repository:\n\n```bash\npip install -r requirements.txt\n```\n\n### Method 2: Run the workflow in your GitHub repository\n\nSimply copy the contents of the `.github/workflows/release_notes.yml` file to the `.github/workflows` directory in your repository. This will automatically generate the release notes for your repository, if you run the action. You can then copy paste the output to the release notes of your repository.\n\n## Configuration ⚙️\n\nFor the Python code, you can configure the following settings in the `example.env` file:\n\n- `GITHUB_TOKEN`: The GitHub token to access the GitHub API. You can create a token [here](https://github.com/settings/tokens/new)\n- `REPO_OWNER`: The owner of the repository\n- `REPO_NAME`: The name of the repository\n\n## Usage 🚀\n\nTo run the Python code, execute the following code block:\n\n```python\npython main.py\n```\n\n## Example 📊\n\nThe following example shows the output of the release notes generator:\n\n```markdown\n# Release Notes\n\n- #575 Add isort \u0026 black worfklow + pyproject.toml (closed on 2024-05-31)\n- #573 Fix crypto TV ideas (closed on 2024-06-05)\n- #568 Add cryptomoonshot subreddit (closed on 2024-06-05)\n- #540 Only use reaction text of quote tweet for sentiment (closed on 2024-05-25)\n- #539 retweet with img text is too short (closed on 2024-05-25)\n- #534 List of broken APIs / channels (closed on 2024-06-15)\n- #532 Use twikit for follow and unfollow commands (closed on 2024-05-25)\n- #510 Improve reddit video embed (closed on 2024-05-25)\n- #499 Change liquidations API (closed on 2024-06-15)\n- #334 $ES_F bug (closed on 2024-05-26)\n- #310 Fix reply to tweet text + img (closed on 2024-05-25)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Frelease-notes-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanakkerman%2Frelease-notes-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Frelease-notes-generator/lists"}