File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,13 @@ builds:
9
9
- CGO_ENABLED=0
10
10
ldflags : >
11
11
-X github.com/ohsu-comp-bio/funnel/version.BuildDate={{.Date}}
12
- -X github.com/ohsu-comp-bio/funnel/version.GitCommit={{.Commit }}
12
+ -X github.com/ohsu-comp-bio/funnel/version.GitCommit={{.ShortCommit }}
13
13
-X github.com/ohsu-comp-bio/funnel/version.GitBranch={{.Env.GIT_BRANCH}}
14
14
-X github.com/ohsu-comp-bio/funnel/version.GitUpstream={{.Env.GIT_UPSTREAM}}
15
15
-X github.com/ohsu-comp-bio/funnel/version.Version={{.Version}}
16
16
17
17
dist : build/release
18
18
19
- git :
20
- short_hash : true
21
-
22
19
release :
23
20
draft : true
24
21
@@ -29,10 +26,9 @@ archive:
29
26
name_template : " {{.ProjectName}}-{{.Os}}-{{.Arch}}-{{.Version}}"
30
27
31
28
dockers :
32
- - image : ohsucompbio/funnel
29
+ - image_templates :
30
+ - " ohsucompbio/funnel:{{.Version}}"
33
31
dockerfile : ./docker/Dockerfile
34
- tag_templates :
35
- - " {{ .Version }}"
36
32
37
33
brew :
38
34
github :
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ git_upstream := $(shell git remote get-url $(shell git config branch.$(shell git
11
11
export GIT_BRANCH = $(git_branch )
12
12
export GIT_UPSTREAM = $(git_upstream )
13
13
14
- export FUNNEL_VERSION =0.8 .0
14
+ export FUNNEL_VERSION =0.9 .0
15
15
16
16
# LAST_PR_NUMBER is used by the release notes builder to generate notes
17
17
# based on pull requests (PR) up until the last release.
18
- export LAST_PR_NUMBER = 546
18
+ export LAST_PR_NUMBER = 591
19
19
20
20
VERSION_LDFLAGS =\
21
21
-X "github.com/ohsu-comp-bio/funnel/version.BuildDate=$(shell date) " \
You can’t perform that action at this time.
0 commit comments