We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524ef18 + 58fc193 commit 2379ca3Copy full SHA for 2379ca3
2 files changed
.github/release.yml
@@ -0,0 +1,14 @@
1
+changelog:
2
+ categories:
3
+ - title: Breaking Changes 🛠
4
+ labels:
5
+ - breaking-change
6
+ - title: New Features 🎉
7
8
+ - enhancement
9
+ - title: Bug fixes
10
11
+ - bug
12
+ - title: Other Changes
13
14
+ - "*"
.goreleaser.yml
@@ -4,8 +4,7 @@ env:
- CGO_ENABLED=0
before:
hooks:
- # TODO(ddelnano): for now there aren't tests to run
- # - go test ./...
+ - go test ./...
# As part of the release doc files are included as a separate deliverable for
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
#- make ci-release-docs
@@ -68,7 +67,7 @@ signs:
68
67
- "--detach-sign"
69
- "${artifact}"
70
release:
71
- draft: true
+ draft: false
72
73
changelog:
74
skip: true
0 commit comments