Skip to content

Commit b59cfbf

Browse files
committed
build: mark releases as draft by default
1 parent 207d3a2 commit b59cfbf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
version: latest
3232
args: --rm-dist
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ linters:
1212
- unused
1313
- gofmt
1414
- whitespace
15+
- misspell
1516
linters-settings:
1617
revive:
1718
ignore-generated-header: true

.goreleaser.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ archives:
5050
windows: windows
5151
386: i386
5252
amd64: x86_64
53+
release:
54+
draft: true
55+
prerelease: auto
5356
checksum:
5457
name_template: 'checksums.txt'
5558
snapshot:
@@ -75,12 +78,15 @@ brews:
7578
- name: optimus
7679
tap:
7780
owner: odpf
78-
name: taps
81+
name: homebrew-taps
7982
license: "Apache 2.0"
8083
description: "Optimus helps your organization to build & manage data pipelines with ease."
8184
homepage: https://odpf.github.io/optimus
8285
folder: Formula
8386
dependencies:
8487
- name: git
8588
install: |-
86-
bin.install "opctl"
89+
bin.install "opctl"
90+
commit_author:
91+
name: Kush Sharma
92+

0 commit comments

Comments
 (0)