Skip to content

Commit b19661f

Browse files
committed
Update .goreleaser.yml
1 parent 68659de commit b19661f

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

.goreleaser.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,10 @@ builds:
2222
- -X main.CommitHash={{.Commit}}
2323
- -X main.CompileDate={{.Date}}
2424

25-
universal_binaries:
26-
- id: git-profile-universal
27-
ids:
28-
- git-profile
29-
replace: true
30-
3125
archives:
3226
- id: git-profile
3327
ids:
3428
- git-profile
35-
- git-profile-universal
3629
files:
3730
- LICENSE*
3831
- README*
@@ -51,17 +44,21 @@ source:
5144

5245
brews:
5346
- name: git-profile
47+
ids:
48+
- git-profile
5449
homepage: https://github.com/dotzero/git-profile
55-
description: Git Profile allows to add and switch between multiple user profiles in git repositories
50+
description: Git Profile allows to add and switch between multiple user profiles
5651
license: MIT
52+
5753
repository:
5854
owner: dotzero
5955
name: homebrew-tap
56+
6057
commit_author:
6158
name: dotzero
6259
email: mail@dotzero.ru
60+
6361
install: |
64-
system "go", "build", *std_go_args(ldflags: "-s -w -X main.Version=#{version}")
6562
6663
release:
6764
github:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 dotzero
3+
Copyright (c) 2026 dotzero
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)