Skip to main content
Noderan MarketplaceDeveloper & API
Demo ReadyLive E2E verifiedIntegration-light~6s

GitHub Release Notes Builder

Groups commits into markdown release notes without GitHub API calls.

Build release notes markdown from commit CSV or JSON without calling GitHub.

Before you run

Workflow summary

Build release notes markdown from commit CSV or JSON without calling GitHub.

What is GitHub Release Notes Builder?

GitHub Release Notes Builder is a ready-to-run Noderan marketplace workflow for developer & api teams. It helps users move from a manual process to a repeatable automation with visible credit cost and app-based execution.

Who is it for?
Developer teams
What problem does it solve?
Build release notes markdown from commit CSV or JSON without calling GitHub.
How does it work?
Build release notes markdown from commit CSV or JSON without calling GitHub.
How does pricing work?
1 credit per run.
What is the next action?
Open the app marketplace to activate this workflow, or review credit pricing.

GitHub Release Notes Builder FAQ

Short answers for activation, pricing, inputs, and execution review.

Groups commits into markdown release notes without GitHub API calls.

Expected inputs

Commits CSV or JSON

textarea

Required input

Version

text

Required input

Repository

text

Required input

Demo input

{
  "repo": "noderan/app",
  "commitsCsvOrJson": "type,scope,message,author\nfeat,workflows,add wave 3 pack,Omer\nfix,api,harden callback errors,Codex",
  "version": "v1.3.0"
}

Output highlights

  • release title
  • sections
  • markdown

Example result

{
  "releaseTitle": "noderan/app v1.3.0",
  "sections": [
    {
      "title": "Features",
      "items": [
        "add wave 3 pack"
      ]
    }
  ],
  "breakingChanges": [
    "None detected"
  ],
  "contributors": [
    "Omer",
    "Codex"
  ],
  "markdown": "## noderan/app v1.3.0"
}

Use cases

  • Prepare release notes from commit exports.

Integrations

GitHub payload-free preview

Step 1

Review the workflow and expected credit cost.

Step 2

Connect the tools or inputs required for execution.

Step 3

Run the workflow and inspect outputs in the app history.

Related next steps

Get Started Free

Ready to automate?

No credit card required. Your first automation goes live in under 2 minutes.