4040 name : Clean
4141 runs-on : ubuntu-latest
4242 container :
43- image : ghcr.io/developerc286/clean_git_history:v1.1.5
43+ image : ghcr.io/developerc286/clean_git_history:v1.1.6
4444 steps :
4545 - name : Checkout code.
4646 uses : actions/checkout@v5
5757` ` ` yaml
5858clean-git-history-checking :
5959 stage : clean-git-history-checking
60- image : ghcr.io/developerc286/clean_git_history:v1.1.5
60+ image : ghcr.io/developerc286/clean_git_history:v1.1.6
6161 script :
6262 - clean_git_history "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"
6363 rules :
@@ -72,7 +72,7 @@ Visit the releases page at [https://github.com/DeveloperC286/clean_git_history/r
7272
7373<!-- x-release-please-start-version -->
7474` ` ` sh
75- version="v1.1.5 " && wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
75+ version="v1.1.6 " && wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
7676```
7777<!-- x-release-please-end -->
7878
9191
9292<!-- x-release-please-start-version -->
9393``` sh
94- cargo install clean_git_history --version " 1.1.5 "
94+ cargo install clean_git_history --version " 1.1.6 "
9595```
9696<!-- x-release-please-end -->
9797
@@ -102,7 +102,7 @@ You can use the Docker image published to [ghcr.io/developerc286/clean_git_histo
102102
103103<!-- x-release-please-start-version -->
104104``` sh
105- docker run --rm -v $( pwd) :/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.1.5 origin/HEAD
105+ docker run --rm -v $( pwd) :/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.1.6 origin/HEAD
106106```
107107<!-- x-release-please-end -->
108108
0 commit comments