Skip to content

Commit

Permalink
v4.0.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Jan 24, 2021
1 parent a2d7f33 commit bcbf221
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ changelog:
- '^test:'
brews:
-
github:
name: cw
tap:
owner: lucagrulla
name: homebrew-tap
commit_author:
name: lucagrulla
email:
email: [email protected]
folder: Formula
homepage: "https://www.lucagrulla.com/cw"
description: "The best way to tail AWS Cloudwatch Logs from your terminal"
Expand Down Expand Up @@ -71,6 +72,7 @@ scoop:
- "config.toml"
nfpms:
-
id: cw
file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://www.lucagrulla.com/cw
description: The best way to tail AWS Cloudwatch Logs from your terminal
Expand All @@ -84,6 +86,7 @@ nfpms:
recommends:
- rpm
-
id: cw-tail
package_name: cw-tail # Use the package name "cw-tail" to avoid conflicts with https://launchpad.net/ubuntu/bionic/amd64/cw
replaces:
- cw (<< 3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
timeFormat = "2006-01-02T15:04:05"
version = "3.3.0"
version = "4.0.0"
)

func timestampToTime(timeStamp *string, local bool) (time.Time, error) {
Expand Down

0 comments on commit bcbf221

Please sign in to comment.