Skip to content

Commit b8571c6

Browse files
authored
Release v1.0.2: branch validation fix for GitHub Actions environments
Publish v1.0.2 release notes and confirm v1 tag points to the latest commit. All changes are documented and ready for public use.
1 parent 0519219 commit b8571c6

16 files changed

Lines changed: 8090 additions & 562 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [1.0.2] - 2025-08-11
9+
10+
### Fixed
11+
- Branch validation now works in GitHub Actions environments where local branches may not exist after checkout
12+
- Fallback to remote branch and fetch if local branch is missing
13+
- All error messages and documentation use direct, factual language as per project guidelines
14+
- Tests updated for new validation logic
15+
816
## [1.0.1] - 2025-08-12
917

1018
### Fixed

dist/KeepAChangelogManager.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReleaseWorkflow.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ai-analyzer.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/git-operations.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)