You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .goreleaser.yaml
+32-4Lines changed: 32 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ brews:
53
53
54
54
checksum:
55
55
name_template: 'checksums.txt'
56
+
56
57
archives:
57
58
- format: tar.gz
58
59
# this name template makes the OS and Arch compatible with the results of `uname`.
@@ -68,6 +69,33 @@ archives:
68
69
- goos: windows
69
70
format: zip
70
71
72
+
winget:
73
+
- name: treblle
74
+
publisher: Treblle
75
+
short_description: "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; Performance, Quality, & Security"
89
+
copyright: "Treblle"
90
+
release_notes: "{{.Changelog}}"
91
+
tags:
92
+
- api
93
+
- api-insights
94
+
- api-testing
95
+
- api-performance
96
+
- api-security
97
+
- api-quality
98
+
71
99
chocolateys:
72
100
- name: treblle
73
101
title: Treblle CLI
@@ -82,13 +110,13 @@ chocolateys:
82
110
tags: openapi api insights api-insights api-testing api-performance api-security api-quality
83
111
summary: API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories; Performance, Quality, & Security
84
112
description: |-
85
-
API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories:
113
+
API Insights scores your API using over 30 tests taken from standards and industry best practices across three categories:
86
114
87
-
- **Design**: how well your API is structured. Is it a well-crafted ship, ready to withstand the rough seas of user demands and scalability?
115
+
- **Design**: how well your API is structured. Is it a well-crafted ship, ready to withstand the rough seas of user demands and scalability?
88
116
89
-
- **Performance**: does your API respond quickly? It's like checking the wind in your sails – are you moving swiftly and smoothly?
117
+
- **Performance**: does your API respond quickly? It's like checking the wind in your sails – are you moving swiftly and smoothly?
90
118
91
-
- **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.
119
+
- **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.
0 commit comments