2 Commits

Author SHA1 Message Date
a59359545d chore(changelog): update unreleased changelog 2025-06-27 21:04:49 +00:00
f1b790d4e3 docs(run.sh): clarify version reference in comments
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- Update comments to replace "tag" with "version" for clarity
- Ensures terminology aligns with expected usage
2025-06-27 23:04:38 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [unreleased]
### 📚 Documentation
- *(run.sh)* Clarify version reference in comments - ([f1b790d](https://git.0xmax42.io/actions/deb-changelog-action/commit/f1b790d4e3ae7d5b2d2300405f6bfdb6898dc8d2))
## [0.1.1](https://git.0xmax42.io/actions/deb-changelog-action/compare/v0.1.0..v0.1.1) - 2025-06-27
### 🚀 Features

2
run.sh
View File

@@ -3,7 +3,7 @@
#
# This script
# 1. clones https://git.0xmax42.io/actions/deb-changelog-action at the
# requested tag into a temporary directory,
# requested version into a temporary directory,
# 2. installs git-cliff using the action’s helper script, and
# 3. generates a Debian-style changelog **in the current working directory**
# via the action’s generator script.