Files
auto-changelog-release-action/CHANGELOG.md
ghost-bot 73badf986b
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 4s
chore(changelog): update changelog for v0.2.2
2025-06-14 17:53:17 +00:00

5.0 KiB

Changelog

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

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)