Skip to content

Releases: btfranklin/release-notes-scribe

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 06 Sep 03:15

Release notes generated intelligently using Release Notes Scribe

What's Changed

  • Changed the default model from gpt-5.6-terra to gpt-6-astra.
  • Added a reasoning_effort input, defaulting to low, applied to both staged summaries and final release notes.
  • Major-version tags such as v0 now update automatically with every release, keeping workflows that use them on the latest release. The release script no longer accepts --move-major-tag.

Full changelog

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 00:16

Release notes generated intelligently using Release Notes Scribe

What's Changed

  • Generated release notes now include an attribution to Release Notes Scribe, with a link to the GitHub Marketplace action.
  • Updated GitHub Actions workflows and action versions for improved automation reliability.

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 18:42

What's Changed

  • Updated the default model to GPT-5.6 Terra when no model is specified.
  • Updated and pinned project dependencies for improved reliability.

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 16:35

What's Changed

  • Fixed the bundled action entrypoint so release-notes-scribe runs correctly when invoked by GitHub Actions, including this repository's self-release workflow.
  • Updated direct dependencies to current minimum versions and refreshed the bundled action output.
  • Moved the TypeScript build configuration to TypeScript 6-compatible bundler resolution for the ncc-based action bundle.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 May 03:17

What's Changed

  • Added rerun-safe release handling: existing releases can now be updated instead of always causing duplicate-release failures.
  • Added configurable existing_release_behavior support with options to update drafts, fail, or update any existing release.
  • Added secret redaction before sending commit data or GitHub-generated notes to OpenAI, with warnings when possible secrets are detected.
  • Added diagnostic outputs for previous_tag, commit_count, prompt_char_count, used_batching, and redaction_count.
  • Improved documentation and repository guidance.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 May 00:48

What's Changed

  • Updated the default model from gpt-5.4 to gpt-5.5.
  • Upgraded the GitHub Action runtime to Node 24.
  • Improved repository documentation and discoverability, including architecture, development, release, and legibility guidance.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Mar 08:10

What's Changed

  • Updated the default OpenAI model to gpt-5.4 for the action and related configuration files.
  • Refreshed documentation to reflect the new default model version.

v0.1.1

Choose a tag to compare

@btfranklin btfranklin released this 25 Jan 07:12

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 19:24

What's Changed

  • Initial release of release-notes-scribe