Files
deb-changelog-action/CHANGELOG.md

3.5 KiB

Changelog

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

[unreleased]

📚 Documentation

  • (run.sh) Update script documentation and help output - (fd29805)
  • (script) Improve help message layout and readability - (b1644de)
  • (run.sh) Clarify version reference in comments - (f1b790d)

0.1.1 - 2025-06-27

🚀 Features

  • (run) Add version flag and enforce as required input - (13cdeb8)
  • (script) Add script to generate Debian changelog locally - (eaa9ca9)

🐛 Bug Fixes

  • (configs) Correct environment variable for author email - (fba5c57)
  • (run) Ensure environment variables are passed - (e689046)
  • (run) Ensure environment variables are passed to script - (c9930e7)

📚 Documentation

  • (readme) Add usage instructions for changelog generator - (d9d5363)

[0.1.0] - 2025-06-27

🚀 Features

  • (action) Add composite action for generating Debian changelog - (1544e1f)
  • (scripts) Add changelog generation script - (a17bc7f)
  • (scripts) Add git-cliff installer script - (b725a14)
  • (workflows) Add major version tagging for releases - (62e259f)
  • (vscode) Add custom activity bar and peacock colors - (5a6b43f)

🐛 Bug Fixes

  • (configs) Correct mismatched parentheses in template variables - (3c60361)

⚙️ Miscellaneous Tasks

  • (configs) Add debian changelog configuration - (9eaa869)
  • (config) Add default git-cliff configuration - (245aa1d)
  • (gitignore) Add rule to ignore environment files - (908eeab)
  • (workflows) Add release workflow and merge template - (2ea1395)