Skip to content

Latest commit

 

History

History
92 lines (55 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

92 lines (55 loc) · 2.47 KB

Changelog

All notable changes to the tool-create-release Action.

The format is based on Keep a Changelog.

This project adheres to Semantic Versioning.

1.0.2 - 2024-10-18

Changed

  • Set draft parameter in template to false

Fixed

  • Correct private repository badge template in README

1.0.1 - 2024-10-18

Added

  • Add badge linking to release workflow to README
  • Add instructions for README badges to README

Changed

  • Comment out draft parameter in template
  • Update template to refer to v1 rather than v1.0.0

1.0.0 - 2024-10-02

Added

  • Add version_files input to update hard-coded version numbers during release

Changed

  • Move release finalization logic from JavaScript to python

Fixed

  • GitHub auto-generated release notes now link to prior tag, not alias

0.0.3 - 2024-09-30

Added

  • Documentation that versions must begin with a digit
  • Documentation that git tags must begin with a v
  • Template workflows to copy
  • Enable Dependabot for GitHub Actions, pip, and template workflows
  • Unit tests for version updates
  • Workflow to update major tag (e.g. v2) when new releases are published or deleted
  • Unit tests for aliasing

Changed

  • Change prerelease from an input "bump type" to a separate boolean
  • Create "prerelease" GitHub Releases from prerelease versions

Fixed

  • Strip leading vs from versions in the CHANGELOG files

0.0.2 - 2024-08-19

Fixed

  • Stop appending extra v to latest tag in change URLs

0.0.1 - 2024-08-09

Changed

  • Pull request is created with separate token so workflows will run

0.0.1-rc.1 - 2024-08-05

Added

  • Workflow to update CHANGELOG and open pre-release PRs
  • Workflow to create/draft releases after pre-release PR merge
  • "Dogfood" workflows to self-manage this repository's releases