The Wayback Machine - https://web.archive.org/web/20210724131911/https://github.com/topics/changelog-generator
Skip to content
#

changelog-generator

Here are 144 public repositories matching this topic...

project-template

An awesome 𝗚𝗶𝘁𝗵𝘂𝗯 𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲 for any project!🚀 Quickstart your projects and get control over your community.🔥 It includes 𝐢𝐬𝐬𝐮𝐞 𝐭𝐞𝐦𝐩𝐥𝐚𝐭𝐞𝐬, 𝐥𝐚𝐛𝐞𝐥𝐬, 𝐩𝐞𝐫𝐬𝐨𝐧𝐚𝐥𝐢𝐳𝐞𝐝 𝐫𝐞𝐚𝐝𝐦𝐞, 𝐆𝐢𝐭𝐡𝐮𝐛 𝐛𝐨𝐭𝐬, and much more!! 🤩
  • Updated Jul 24, 2021
  • Shell

Changelog CI is a GitHub Action that generates changelog using merged pull requests or commit messages, Then the changelog is committed and/or commented to the release Pull request.
  • Updated Apr 18, 2021
  • Python
fregante
fregante commented Feb 23, 2021

https://github.com/actions/upload-release-asset can be used to attach files to releases, but it takes an "upload url" as parameter.

release-with-changelog should output this URL as well: https://docs.github.com/en/rest/reference/repos#upload-a-release-asset

Apparently it can be generated easily with just the release ID, which this action already has access to

BobAnkh
BobAnkh commented Sep 4, 2020

Is your feature request related to a problem? Please describe

Sometimes users may link commits to the relevant issues in the footer of the commit message.

Description of the new feature/enhancement

Parse the footer of a commit message to see if it includes an issue and add it to the changelog.

Proposed technical implementation details (optional)

Improve this page

Add a description, image, and links to the changelog-generator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the changelog-generator topic, visit your repo's landing page and select "manage topics."

Learn more