We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44a75a commit cfeddbaCopy full SHA for cfeddba
.goreleaser.yaml
@@ -44,6 +44,8 @@ brews:
44
commit_author:
45
name: AdeboyeDN
46
email: adeboyed93@gmail.com
47
+ install: |
48
+ bin.install "gitsecure"
49
50
scoop:
51
url_template: "https://github.com/GitsecureHQ/gitsecure-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gitsecure/cli",
3
- "version": "0.2.8",
+ "version": "0.0.1",
4
"description": "Modern SecretOps infrastructure for developers and teams.",
5
"main": "index.js",
6
"type": "module",
0 commit comments