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

2.6 KiB

Changelog

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

[unreleased]

🚀 Features

  • (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)