All notable changes to the tool-create-release Action.
The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.
1.2.1 - 2025-03-03
- Updated release version regex to handle missing dashes between version and date
1.2.0 - 2025-02-24
- Update version file regex to allow leading characters, like
Plugin-Version
1.1.0 - 2025-02-10
- Add
import mdformat.renderer
to fix issue with mdformat v0.7.22
1.0.3 - 2024-11-01
- Properly handle non-standard capitalizations of
Unreleased
1.0.2 - 2024-10-18
- Set
draft
parameter in template tofalse
- Correct private repository badge template in README
1.0.1 - 2024-10-18
- Add badge linking to release workflow to README
- Add instructions for README badges to README
- Comment out
draft
parameter in template - Update template to refer to
v1
rather thanv1.0.0
1.0.0 - 2024-10-02
- Add
version_files
input to update hard-coded version numbers during release
- Move release finalization logic from JavaScript to python
- GitHub auto-generated release notes now link to prior tag, not alias
0.0.3 - 2024-09-30
- 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
- Change
prerelease
from an input "bump type" to a separate boolean - Create "prerelease" GitHub Releases from prerelease versions
- Strip leading
v
s from versions in the CHANGELOG files
0.0.2 - 2024-08-19
- Stop appending extra
v
to latest tag in change URLs
0.0.1 - 2024-08-09
- Pull request is created with separate token so workflows will run
0.0.1-rc.1 - 2024-08-05
- 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