3 Commits

Author SHA1 Message Date
fd639d6a4b chore(changelog): update changelog for v1.2.7
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 6s
2025-12-14 21:13:12 +00:00
eb2e19639a chore(version): bump version to 1.2.7
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-12-14 22:12:58 +01:00
5cb6dbddfc chore(scripts): set default git-cliff version to 2.10.1 2025-12-14 22:12:53 +01:00
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.2.7](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v1.2.6..v1.2.7) - 2025-12-14
### ⚙️ Miscellaneous Tasks
- *(scripts)* Set default git-cliff version to 2.10.1 - ([5cb6dbd](https://git.0xmax42.io/actions/auto-changelog-release-action/commit/5cb6dbddfc37b72fb647d7649aefc59e3dc01345))
## [1.2.4](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v1.2.3..v1.2.4) - 2025-12-14 ## [1.2.4](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v1.2.3..v1.2.4) - 2025-12-14
### 🐛 Bug Fixes ### 🐛 Bug Fixes

View File

@@ -1 +1 @@
1.2.6 1.2.7

View File

@@ -8,7 +8,7 @@ REPO="orhun/git-cliff"
ARCH_OS="x86_64-unknown-linux-gnu" ARCH_OS="x86_64-unknown-linux-gnu"
INSTALL_DIR="/usr/local/bin" INSTALL_DIR="/usr/local/bin"
if [[ -z "${1:-}" ]]; then if [[ -z "${1:-}" ]]; then
VERSION="latest" VERSION="2.10.1"
else else
VERSION="$1" VERSION="$1"
fi fi