diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1da9e52 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [unreleased] + +### 🚀 Features + +- *(scripts)* Add CI utilities for versioning and changelog +- *(action)* Add composite action for changelog and release +- *(workflows)* Add automated changelog and release workflow +- *(workflows)* Enhance release process with additional steps +- *(action)* Add default values for optional inputs +- *(workflow)* Enhance release process with additional steps + +### 🐛 Bug Fixes + +- *(action)* Ensure fallback for release token input + +### 🚜 Refactor + +- *(action)* Remove unused changelog and release steps +- *(action)* Remove unused CLI setup steps +- *(action)* Remove unused steps for version management + +### 🎨 Styling + +- *(vscode)* Customize activity bar and theme colors + +### ⚙️ Miscellaneous Tasks + +- *(gitignore)* Add rule to exclude environment files +- *(workflows)* Update release step with descriptive name + +