Skip to content

Commit 45e39f4

Browse files
GeneAIclaude
andcommitted
release: Prepare v1.6.3 - Automated release pipeline
This release adds comprehensive automation for future releases. ### Added - Enhanced GitHub Actions workflow for fully automated releases - Automatic package validation and PyPI publishing - Smart changelog extraction from CHANGELOG.md ### Infrastructure - Configured .pypirc for easy manual uploads - Added PYPI_API_TOKEN to GitHub secrets - Excluded working files and build artifacts from repository ### Developer Experience Future releases now automated - just push a tag! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4944d59 commit 45e39f4

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to the Empathy Framework 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.6.3] - 2025-11-21
9+
10+
### Added
11+
- **Automated Release Pipeline**: Enhanced GitHub Actions workflow for fully automated releases
12+
- Automatic package validation with twine check
13+
- Smart changelog extraction from CHANGELOG.md
14+
- Automatic PyPI publishing on tag push
15+
- Version auto-detection from git tags
16+
- Comprehensive release notes generation
17+
18+
### Changed
19+
- **Developer Experience**: Streamlined release process
20+
- Configured ~/.pypirc for easy manual uploads
21+
- Added PYPI_API_TOKEN to GitHub secrets
22+
- Future releases: just push a tag, everything automated
23+
24+
### Infrastructure
25+
- **Repository Cleanup**: Excluded working files and build artifacts
26+
- Added website build exclusions to .gitignore
27+
- Removed working .md files from git tracking
28+
- Cleaner repository for end users
29+
830
## [1.6.2] - 2025-11-21
931

1032
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empathy-framework"
7-
version = "1.6.2"
7+
version = "1.6.3"
88
description = "A five-level maturity model for AI-human collaboration with anticipatory empathy"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)