Files
auto-changelog-release-action/CHANGELOG.md
ghost-bot 466c1c4918
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
chore(changelog): update changelog for v2.0.5
2025-07-04 09:47:47 +00:00

11 KiB

Changelog

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

2.0.5 - 2025-07-04

🐛 Bug Fixes

  • (script) Correct path formatting in version detection script - (a753d6a)

2.0.4 - 2025-07-04

🐛 Bug Fixes

  • (main) Update script path to ensure correct resolution - (df27af7)

2.0.3 - 2025-07-04

🚜 Refactor

  • (action) Simplify composite action structure - (8df31fb)

2.0.2 - 2025-07-04

🚜 Refactor

  • (actions) Simplify action path structure - (30f83b0)

2.0.1 - 2025-07-04

🚀 Features

  • (workflows) Allow non-main branch releases - (09e4174)
  • (actions) Add post-step support for composite actions - (543b311)

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)