Skip to content

Commit

Permalink
feat: Making the first release with changelog manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent 5e904fb commit e7a1451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: Gnyblast/git-cliff-action@main
uses: orhun/git-cliff-action@v3
id: git_cliff
with:
config: cliff.toml
args: latest..
args: --latest --strip header

- name: Download binary
uses: actions/download-artifact@v4
Expand Down
12 changes: 0 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,3 @@ require (
github.com/alexflint/go-arg v1.5.0 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
)

retract (
v1.0.0 // Testing github actions
v1.0.1 // Testing github actions
v1.0.2 // Testing github actions
v1.0.3 // Testing github actions
v1.0.4 // Testing github actions
v1.0.5 // Testing github actions
v1.0.6 // Testing github actions
v1.0.7 // Testing github actions
v1.0.9 // Testing github actions
)

0 comments on commit e7a1451

Please sign in to comment.