Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-github committed Dec 17, 2020
1 parent df148d4 commit e6eb14b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ archives:
- LICENSE
- README.md
format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
before:
hooks:
- go mod tidy
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
#before:
# hooks:
# - go mod tidy
builds:
- binary: '{{ .ProjectName }}_{{ .Version }}'
- binary: '{{ .ProjectName }}'
main: cmd/main.go
flags:
- -trimpath
Expand All @@ -23,7 +23,7 @@ builds:
changelog:
skip: true
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
algorithm: sha256
dist: build
env:
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v2.0.0"></a>
## v2.0.0 (2020-12-17)

### Features
* add option 'cloudsigma-drive-name' to allow clone across different locations

### Maintaining
* run GoReleaser with GitHub actions
* generate changelog with git-chglog
* automate release process with GoReleaser


Expand Down

0 comments on commit e6eb14b

Please sign in to comment.