Skip to content

Commit e690b87

Browse files
diyor28cursoragent
andcommitted
chore: drop Windows from GoReleaser, release v0.4.7
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent fbb5572 commit e690b87

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ builds:
99
goos:
1010
- linux
1111
- darwin
12-
- windows
1312
goarch:
1413
- amd64
1514
- arm64
@@ -20,10 +19,8 @@ builds:
2019

2120
archives:
2221
- id: default
23-
format: tar.gz
24-
format_overrides:
25-
- goos: windows
26-
format: zip
22+
formats:
23+
- tar.gz
2724
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
2825

2926
checksum:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota-uz/sdk",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "IOTA SDK UI utilities, Tailwind configuration, and React components for building IOTA SDK applets.",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)