Skip to content

Commit

Permalink
build: Update all tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jun 10, 2024
1 parent 2cb6ec5 commit 61bc782
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 368 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 2023 Nutanix. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

version: 2

project_name: cluster-api-runtime-extensions-nutanix

changelog:
Expand Down Expand Up @@ -87,7 +89,6 @@ builds:
archives:
- name_template: '{{ .ProjectName }}_v{{ trimprefix .Version "v" }}_{{ .Os }}_{{ .Arch }}'
rlcp: true
builds:
- cluster-api-runtime-extensions-nutanix

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repos:
stages: [commit]
exclude: ^charts/cluster-api-runtime-extensions-nutanix/README.md$
- repo: https://github.com/rhysd/actionlint
rev: v1.7.0
rev: v1.7.1
hooks:
- id: actionlint-system
stages: [commit]
Expand All @@ -106,7 +106,7 @@ repos:
stages: [commit]
args: ["-e", "SC2211", "-x"]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.41.0
hooks:
- id: markdownlint
stages: [commit]
Expand Down
Loading

0 comments on commit 61bc782

Please sign in to comment.