Skip to content

Commit

Permalink
fix: temporary comment chocolateys
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Feb 13, 2024
1 parent 36ac9a9 commit f515475
Showing 1 changed file with 28 additions and 29 deletions.
57 changes: 28 additions & 29 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,32 +214,31 @@ brews:
description: "OpenTofu and Terraform version manager (inspired by tofuenv, written in Go)"
license: "Apache-2.0"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"

chocolateys:
- name: tenv
# Empty means all IDs.
ids: []
owners: tofuutils
title: tenv
authors: tofuutils
project_url: https://github.com/tofuutils/tenv
url_template: https://github.com/tofuutils/tenv/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# App's icon.
icon_url: ""
copyright: 2024 tofuutils authors
license_url: https://github.com/tofuutils/tenv/blob/main/LICENSE
require_license_acceptance: false
project_source_url: https://github.com/tofuutils/tenv
docs_url: https://github.com/tofuutils/tenv/blob/main/README.md
tags: "terraform opentofu terragrunt tofuenv tfenv tenv"
summary: OpenTofu, Terraform and Terragrunt version manager, written in Go.
description: |
OpenTofu, Terraform and Terragrunt version manager, written in Go.
release_notes: "https://github.com/tofuutils/tenv/releases/tag/v{{ .Version }}"
dependencies:
- id: nfpm
version: 2.20.0
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
skip_publish: false
goamd64: v1
# chocolateys:
# - name: tenv
# # Empty means all IDs.
# ids: []
# owners: tofuutils
# title: tenv
# authors: tofuutils
# project_url: https://github.com/tofuutils/tenv
# url_template: https://github.com/tofuutils/tenv/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# # App's icon.
# icon_url: ""
# copyright: 2024 tofuutils authors
# license_url: https://github.com/tofuutils/tenv/blob/main/LICENSE
# require_license_acceptance: false
# project_source_url: https://github.com/tofuutils/tenv
# docs_url: https://github.com/tofuutils/tenv/blob/main/README.md
# tags: "terraform opentofu terragrunt tofuenv tfenv tenv"
# summary: OpenTofu, Terraform and Terragrunt version manager, written in Go.
# description: |
# OpenTofu, Terraform and Terragrunt version manager, written in Go.
# release_notes: "https://github.com/tofuutils/tenv/releases/tag/v{{ .Version }}"
# dependencies:
# - id: nfpm
# version: 2.20.0
# api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
# source_repo: "https://push.chocolatey.org/"
# skip_publish: false
# goamd64: v1

0 comments on commit f515475

Please sign in to comment.