Files
auto-changelog-release-action/CHANGELOG.md

12 KiB

Changelog

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

[unreleased]

🐛 Bug Fixes

  • (scripts) Remove redundant output on missing config file - (ce5cb7b)

1.2.0 - 2025-11-24

🚀 Features

  • Add templated git-cliff config generation to workflow - (096ecb5)
  • (changelog) Add support for indented commit bodies - (a83ee3e)

⚙️ Miscellaneous Tasks

  • (config) Adjust formatting and improve changelog parsing - (d8bf074)

1.1.0 - 2025-09-29

🚀 Features

  • (scripts) Add type extraction and mismatch detection logic - (e8426bb)

📚 Documentation

  • Add changelog improvement ideas to TODO file - (f54df9f)

⚙️ Miscellaneous Tasks

  • (config) Improve child commit handling in merge template - (65462f5)

1.0.1 - 2025-09-27

⚙️ Miscellaneous Tasks

  • (scripts) Check for existing Python installation - (94980be)

1.0.0 - 2025-09-27

🚀 Features

  • (ci) [breaking] Enhance changelog generation with context augmentation - (8de8b47)

🐛 Bug Fixes

  • (release) Fix changelog generation pipe usage - (fedcc1f)

⚙️ Miscellaneous Tasks

  • (release) Update action version in workflow - (73a1b5c)
  • (ci) Allow non-main branch releases - (121ea5b)

0.4.3 - 2025-06-29

🐛 Bug Fixes

  • (script) Use dynamic branch name for git push - (27ee174)

0.4.2 - 2025-06-29

🐛 Bug Fixes

  • (action) Update conditions for version detection - (c25b2e9)

0.4.1 - 2025-06-29

🐛 Bug Fixes

  • (action) Standardize input key naming - (cbcd5e2)

0.4.0 - 2025-06-29

🚀 Features

  • (action) Add support for non-main branch releases - (1d9659b)

0.3.6 - 2025-06-29

◀️ Revert

  • Integrate gha-timer for step timing - (856565d)

0.3.5 - 2025-06-29

🚀 Features

  • (action) Integrate gha-timer for step timing - (e5f5084)

◀️ Revert

  • Improve CI readability with grouped git setup logs - (039a14a)

0.3.4 - 2025-06-29

⚙️ Miscellaneous Tasks

  • (workflows) Update action to specific version - (a4ff409)
  • (scripts) Update file permissions to executable - (374f30a)

0.3.2 - 2025-06-29

🚜 Refactor

  • (action) Simplify script invocation syntax - (b75e412)

0.3.1 - 2025-06-29

⚙️ Miscellaneous Tasks

  • (scripts) Improve CI readability with grouped git setup logs - (8a3960a)

0.3.0 - 2025-06-20

🚀 Features

  • (script) Enhance git-cliff installer with jq support - (5226899)

⚙️ Miscellaneous Tasks

  • (workflows) Update release action version - (79d7c5a)

0.2.3 - 2025-06-14

🐛 Bug Fixes

  • (script) Adjust GIT_AUTHOR_DATE format for compatibility - (5d42ea9)

0.2.2 - 2025-06-14

🚀 Features

  • (scripts) Validate git configuration during setup - (212e8c6)

🚜 Refactor

  • (scripts) Standardize scripts and improve readability - (041d7e9)

0.2.1 - 2025-06-14

🚀 Features

  • (release) Add retry logic for release creation - (29243bd)

0.1.3 - 2025-06-14

🐛 Bug Fixes

  • (workflows) Configure Git user in major tag creation - (79921dd)

0.1.2 - 2025-06-14

🚀 Features

  • (workflows) Add workflow to create major version tags - (9a05866)

⚙️ Miscellaneous Tasks

  • (workflows) Update action to main branch - (043a01c)
  • (workflows) Update action version in release workflow - (9a0d65b)

[0.1.0] - 2025-06-14

🚀 Features

  • (config) Update remote repository details in cliff.toml - (0671495)
  • (workflows) Add token input for release action - (fcb80ef)
  • (action) Add environment variables for version detection - (72faeb5)
  • (workflow) Enhance release process with additional steps - (7bad547)
  • (action) Add default values for optional inputs - (fee52f9)
  • (workflows) Enhance release process with additional steps - (4ab6624)
  • (workflows) Add automated changelog and release workflow - (84d0da4)
  • (action) Add composite action for changelog and release - (978d002)
  • (scripts) Add CI utilities for versioning and changelog - (048b964)

🐛 Bug Fixes

  • (action) Ensure fallback for release token input - (b65e9ee)

🚜 Refactor

  • (action) Remove unused steps for version management - (286d2a6)
  • (action) Remove unused CLI setup steps - (209c25d)
  • (action) Remove unused changelog and release steps - (a66fc97)

🎨 Styling

  • (vscode) Customize activity bar and theme colors - (53bad79)

⚙️ Miscellaneous Tasks

  • (config) Add git-cliff configuration for changelog generation - (e5bddac)
  • (workflows) Update release step with descriptive name - (e73d132)
  • (gitignore) Add rule to exclude environment files - (14f0a9b)