Compare commits
5 Commits
fd29805fa1
...
v0
| Author | SHA1 | Date | |
|---|---|---|---|
| 93a3eb41fa | |||
|
72a343db93
|
|||
| 2ca581c65a | |||
|
fb60cee748
|
|||
| 169a1feb2e |
@@ -2,10 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [unreleased]
|
||||
## [0.2.0](https://git.0xmax42.io/actions/deb-changelog-action/compare/v0.1.1..v0.2.0) - 2025-07-02
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
- *(readme)* Update script reference in usage example - ([fb60cee](https://git.0xmax42.io/actions/deb-changelog-action/commit/fb60cee7482173db64f5946d493ac16d5ea6e57d))
|
||||
- *(run.sh)* Update script documentation and help output - ([fd29805](https://git.0xmax42.io/actions/deb-changelog-action/commit/fd29805fa1c15310f234857362cdfaa0124051e5))
|
||||
- *(script)* Improve help message layout and readability - ([b1644de](https://git.0xmax42.io/actions/deb-changelog-action/commit/b1644de411d789cb337ac250913a8aad2d53b40d))
|
||||
- *(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
|
||||
|
||||
@@ -9,7 +9,7 @@ This repository provides a one-liner to generate a Debian-style changelog using
|
||||
You can run the generator directly from the URL:
|
||||
|
||||
```bash
|
||||
curl -s https://git.0xmax42.io/actions/deb-changelog-action/raw/branch/main/run.sh | bash -s -- \
|
||||
curl -s https://git.0xmax42.io/actions/deb-changelog-action/raw/branch/main/bootstrap.sh | bash -s -- \
|
||||
--tag v2.9.1 \
|
||||
--package_name my-package \
|
||||
--author_name "John Doe" \
|
||||
|
||||
Reference in New Issue
Block a user