Skip to content

DocuCraft v1 — Stable Release

Choose a tag to compare

@CreativeCodingSolutions CreativeCodingSolutions released this 20 Jun 06:37
· 6 commits to marketplace since this release

DocuCraft is a GitHub Action that automatically generates structured PR descriptions from pull request diffs.

Features

  • Template mode (zero config, no API keys)
  • AI mode (OpenAI integration)
  • Auto-labeling
  • Multiple template styles (standard, detailed, minimal, summary-only)
  • Changelog generation
  • Custom template support

Quick Start

- uses: CreativeCodingSolutions/docucraft@v1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}

See the README for full documentation.