Block 1 - GitHub Trigger
- Type / Role
- n8n-nodes-base.githubTrigger - githubTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
AI Powered Git Changelog Generator for Automated Release Notes This workflow transforms your software release process by automatically generating clean, professional changelogs from your Git commit...
n8n-nodes-base.githubtrigger, n8n-nodes-base.github, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Issam AGGOUR.
Original n8n.io sourceThis workflow transforms your software release process by automatically generating clean, professional changelogs from your Git commit history. It listens for new version tags in your GitHub repository, uses AI to summarize the changes, and publishes a polished release note, saving you hours of manual work.
This template is designed for self-hosted n8n instances and requires API credentials for GitHub and an AI provider (e.g., OpenAI, Google Gemini).
git push --tags event. Set it up once and forget about it.The workflow is a linear process triggered by a webhook from GitHub.
push events from your specified GitHub repository.v1.2.0) is pushed, which is the standard practice for signaling a new release.To get this workflow running, you will need to configure the following credentials and settings:
repo scope to allow n8n to access your repository.GitHub OAuth2 Api or GitHub Api credential in n8n.Get Commits and Create GitHub Release nodes.Settings > Webhooks). Set the content type to application/json and select "Just the push event" or "Send me everything," then filter for tag pushes in the workflow itself.OpenAI API or Google Gemini(PaLM) Api).Generate Changelog with AI node.This workflow is a powerful base that you can easily extend:
Generate Changelog with AI node to change the tone, language, or structure of your release notes. You could ask it to generate a "What's New" section in a different style, for example.Discord or Slack node after the final step to notify your team or community channel that a new version has been released.GitHub nodes for GitLab or other provider nodes to adapt the workflow to a different platform.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate professional changelogs from Git commits with GPT-4 and GitHub |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Engineering, AI Summarization |
| Author | Issam AGGOUR |
| Published | 01 Sept 2025 |
Use the JSON export at /data/workflows/8137/8137.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
AI Powered Git Changelog Generator for Automated Release Notes This workflow transforms your software release process by automatically generating clean, professional changelogs from your Git commit...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, AI Summarization use case.