Releases: btfranklin/release-notes-scribe
Releases · btfranklin/release-notes-scribe
Release list
v0.3.4
Release notes generated intelligently using Release Notes Scribe
What's Changed
- Changed the default model from
gpt-5.6-terratogpt-6-astra. - Added a
reasoning_effortinput, defaulting tolow, applied to both staged summaries and final release notes. - Major-version tags such as
v0now update automatically with every release, keeping workflows that use them on the latest release. The release script no longer accepts--move-major-tag.
v0.3.3
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
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
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
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_behaviorsupport 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, andredaction_count. - Improved documentation and repository guidance.
v0.2.0
What's Changed
- Updated the default model from
gpt-5.4togpt-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
What's Changed
- Updated the default OpenAI model to
gpt-5.4for the action and related configuration files. - Refreshed documentation to reflect the new default model version.
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initial release of release-notes-scribe