Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changie-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps.changelog_check.outputs.exists == 'false'
uses: miniscruff/changie-action@v2
with:
version: latest
version: v1.23.0
args: new --kind Dependency --body "${{ github.event.workflow_run.display_title }}"

- name: Commit & Push changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
then
echo "Skip Changie..."
else
go install github.com/miniscruff/changie@latest
go install github.com/miniscruff/changie@v1.23.0
changie batch ${{ steps.version.outputs.RELEASE_VERSION }}
changie merge
git add .
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tasks:
internal: true
cmds:
- task: go-install-tool
vars: { GO_TOOL: "changie", GO_TOOL_PATH: "github.com/miniscruff/changie@latest" }
vars: { GO_TOOL: "changie", GO_TOOL_PATH: "github.com/miniscruff/changie@v1.23.0" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty wonky we have this in 3 places, but not keen to try consolidating right now


install-gofumpt:
desc: go install "gofumpt"
Expand Down
Loading