Use this action to automatically generate release notes with your changelog.
Automations like: build a changelog with all updates from your GitHub repository and send it to your team via email.
This action saves you time and effort by automating the process of creating release notes, so you can focus on other tasks.
"A founder wants to release a new version of their app. They create a new release in GitHub, run a workflow that uses the release-changelog-builder-action to automatically gather changes and comments from the past week, and send a notification to their team with the updated changelog."
Beginners should use this action when they first start creating workflows on GitHub.
Senior engineers and experienced developers will reach for this action when they want to streamline their changelog generation process and integrate it with GitHub workflows.
Some users may think this action only generates changelogs, but it also allows customization and automation of release notes.
Automates the process of generating release notes and changelogs for your GitHub repository, saving you time and effort.
name: Release Changelog
on:
push:
branches:
- main
jobs:
build-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Changelog
uses: mikepenz/release-changelog-builder-action@v2Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
More automation tools founders pair with this one.