File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
before :
5
5
hooks :
6
+ - make clean
6
7
# You may remove this if you don't use go modules.
7
8
- make tidy
8
9
- make copyright.add
9
10
# you may remove this if you don't need go generate
10
11
- go generate ./...
11
12
13
+ git :
14
+ # What should be used to sort tags when gathering the current and previous
15
+ # tags if there are more than one tag in the same commit.
16
+ #
17
+ # Default: '-version:refname'
18
+ tag_sort : -version:creatordate
19
+
20
+ # What should be used to specify prerelease suffix while sorting tags when gathering
21
+ # the current and previous tags if there are more than one tag in the same commit.
22
+ #
23
+ # Since: v1.17
24
+ prerelease_suffix : " -"
25
+
26
+ # Tags to be ignored by GoReleaser.
27
+ # This means that GoReleaser will not pick up tags that match any of the
28
+ # provided values as either previous or current tags.
29
+ #
30
+ # Templates: allowed.
31
+ # Since: v1.21.
32
+ ignore_tags :
33
+ - nightly
34
+ # - "{{.Env.IGNORE_TAG}}"
35
+
12
36
snapshot :
13
37
name_template : " {{ incpatch .Version }}-next"
14
38
@@ -495,4 +519,4 @@ checksum:
495
519
algorithm : sha256
496
520
497
521
release :
498
- prerelease : auto
522
+ prerelease : auto
You can’t perform that action at this time.
0 commit comments