mirror of https://github.com/artifacthub/hub.git
Prepare goreleaser config for v2 (#3911)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
cf5d40b598
commit
58eea18c57
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
uses: goreleaser/goreleaser-action@v6
|
uses: goreleaser/goreleaser-action@v6
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --rm-dist --timeout 60m
|
args: release --clean --timeout 60m
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GHT_RELEASE }}
|
GITHUB_TOKEN: ${{ secrets.GHT_RELEASE }}
|
||||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ release:
|
||||||
Please see the [changelog](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog) for more details.
|
Please see the [changelog](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog) for more details.
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
skip: true
|
disable: true
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "devel-{{ .ShortCommit }}"
|
name_template: "devel-{{ .ShortCommit }}"
|
||||||
|
|
@ -116,23 +116,23 @@ brews:
|
||||||
- description: Artifact Hub command line tool
|
- description: Artifact Hub command line tool
|
||||||
homepage: https://github.com/artifacthub/hub
|
homepage: https://github.com/artifacthub/hub
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
tap:
|
repository:
|
||||||
owner: artifacthub
|
owner: artifacthub
|
||||||
name: homebrew-cmd
|
name: homebrew-cmd
|
||||||
commit_author:
|
commit_author:
|
||||||
name: artifacthubio
|
name: artifacthubio
|
||||||
email: hub@artifacthub.io
|
email: hub@artifacthub.io
|
||||||
|
|
||||||
scoop:
|
scoops:
|
||||||
description: Artifact Hub command line tool
|
- description: Artifact Hub command line tool
|
||||||
homepage: https://github.com/artifacthub/hub
|
homepage: https://github.com/artifacthub/hub
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
bucket:
|
repository:
|
||||||
owner: artifacthub
|
owner: artifacthub
|
||||||
name: scoop-cmd
|
name: scoop-cmd
|
||||||
commit_author:
|
commit_author:
|
||||||
name: artifacthubio
|
name: artifacthubio
|
||||||
email: hub@artifacthub.io
|
email: hub@artifacthub.io
|
||||||
|
|
||||||
signs:
|
signs:
|
||||||
- artifacts: checksum
|
- artifacts: checksum
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue