Skip to content

Commit e6eb14b

Browse files
committed
Release v2.0.0
1 parent df148d4 commit e6eb14b

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

.github/goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ archives:
33
- LICENSE
44
- README.md
55
format: zip
6-
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
7-
before:
8-
hooks:
9-
- go mod tidy
6+
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
7+
#before:
8+
# hooks:
9+
# - go mod tidy
1010
builds:
11-
- binary: '{{ .ProjectName }}_{{ .Version }}'
11+
- binary: '{{ .ProjectName }}'
1212
main: cmd/main.go
1313
flags:
1414
- -trimpath
@@ -23,7 +23,7 @@ builds:
2323
changelog:
2424
skip: true
2525
checksum:
26-
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
26+
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
2727
algorithm: sha256
2828
dist: build
2929
env:

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
<a name="unreleased"></a>
2-
## [Unreleased]
1+
2+
<a name="v2.0.0"></a>
3+
## v2.0.0 (2020-12-17)
4+
5+
### Features
6+
* add option 'cloudsigma-drive-name' to allow clone across different locations
37

48
### Maintaining
9+
* run GoReleaser with GitHub actions
10+
* generate changelog with git-chglog
511
* automate release process with GoReleaser
612

713

0 commit comments

Comments
 (0)