Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2025-01-14

### Fixed
- Fixed "Git command failed: symbolic-ref refs/remotes/origin/HEAD" error in GitHub Actions environments (#3)
- Improved default branch detection with robust fallback strategies
- Enhanced repository validation to work in environments where symbolic-ref is not available

### Changed
- Repository validation now uses current branch or falls back to 'main' instead of relying solely on symbolic-ref

## [1.0.0] - 2025-01-12

### Added
- Initial release of ReleaseBot
- AI-powered release automation for GitHub Actions
- Automated changelog generation
- Semantic versioning support
- Release workflow management
- Git operations and repository validation
Loading