-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Treblle/feature/chocolatey-push
Fixing yaml formatting
- Loading branch information
Showing
1 changed file
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ brews: | |
|
||
checksum: | ||
name_template: 'checksums.txt' | ||
|
||
archives: | ||
- format: tar.gz | ||
# this name template makes the OS and Arch compatible with the results of `uname`. | ||
|
@@ -68,6 +69,33 @@ archives: | |
- goos: windows | ||
format: zip | ||
|
||
winget: | ||
- name: treblle | ||
publisher: Treblle | ||
short_description: "API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories; Performance, Quality, & Security" | ||
license: "MIT" | ||
publisher_url: https://goreleaser.com | ||
publisher_support_url: "https://github.com/treblle/treblle-cli/issues/new" | ||
package_identifier: treblle.cli | ||
goamd64: v1 | ||
url_template: "https://github.com/treblle/treblle-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
commit_author: | ||
name: goreleaserbot | ||
email: [email protected] | ||
commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}" | ||
path: manifests/t/treblle/cli/{{ .Tag }} | ||
homepage: "https://www.treblle.com/" | ||
description: "API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories; Performance, Quality, & Security" | ||
copyright: "Treblle" | ||
release_notes: "{{.Changelog}}" | ||
tags: | ||
- api | ||
- api-insights | ||
- api-testing | ||
- api-performance | ||
- api-security | ||
- api-quality | ||
|
||
chocolateys: | ||
- name: treblle | ||
title: Treblle CLI | ||
|
@@ -82,13 +110,13 @@ chocolateys: | |
tags: openapi api insights api-insights api-testing api-performance api-security api-quality | ||
summary: API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories; Performance, Quality, & Security | ||
description: |- | ||
API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories: | ||
API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories: | ||
- **Design**: how well your API is structured. Is it a well-crafted ship, ready to withstand the rough seas of user demands and scalability? | ||
- **Design**: how well your API is structured. Is it a well-crafted ship, ready to withstand the rough seas of user demands and scalability? | ||
- **Performance**: does your API respond quickly? It's like checking the wind in your sails – are you moving swiftly and smoothly? | ||
- **Performance**: does your API respond quickly? It's like checking the wind in your sails – are you moving swiftly and smoothly? | ||
- **Security**: how safe and secure is your API? It's akin to having a strong hull to protect against the stormy seas of cyber threats. | ||
- **Security**: how safe and secure is your API? It's akin to having a strong hull to protect against the stormy seas of cyber threats. | ||
release_notes: "https://github.com/treblle/treblle-cli/releases/tag/v{{ .Version }}" | ||
api_key: "{{ secrets.CHOCOLATEY_API_KEY }}" | ||
source_repo: "https://push.chocolatey.org/" | ||
|