Skip to content

Commit 121e7ce

Browse files
docs: Update changelog (#56)
docs: update changelog for PR #55 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8247ff3 commit 121e7ce

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- Fixed release workflow and immutable release tags for Packagist ([#55](https://github.com/yCodeTech/valet-windows/pull/55)) by @yCodeTech
13+
14+
Fixes https://github.com/yCodeTech/valet-windows/issues/54 where Packagist complains the release tag has been modified after the release. To fix we need to completely change how we do releases and auto version bump. We now manually trigger the workflow, input the version tag, run the auto version bump and changelog update jobs, and then create the release and tag pragmatically after committing.
15+
16+
- Refactor release pipeline to completely change how we do releases and auto version bump. Allowing the workflow to be triggered manually (instead of on-release) with inputs to set the release tag version and publish the release.
17+
18+
- Introduced `release_tag`, `target_branch` with default as master, and `prerelease` boolean inputs.
19+
20+
- Introduced `publish_only` and `release_sha` inputs to enable the skipping of a version and changelog updates and jump directly to publishing the release.
21+
22+
- Fixed the release tag behaviour and removed the updating of tag commits.
23+
24+
- Added a proper publish release job with the creation of immutable tags and releases.
25+
26+
- Publish releases from resolved release commit SHA to keep tag/release contents aligned both on GitHub and Packagist.
27+
28+
- Updated versioning validation and enforce semver release tags prefixed with a v.
29+
30+
- Require both version.php and CHANGELOG.md updates for every release and validate them before creating a PR.
31+
32+
<!-- end -->
33+
834
## [3.4.4](https://github.com/yCodeTech/valet-windows/tree/v3.4.4) - 2026-07-03
935

1036
### Fixed

0 commit comments

Comments
 (0)