Skip to content

Commit

Permalink
build: mark releases as draft by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kushsharma committed Jun 2, 2021
1 parent 207d3a2 commit b59cfbf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
version: latest
args: --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ linters:
- unused
- gofmt
- whitespace
- misspell
linters-settings:
revive:
ignore-generated-header: true
Expand Down
10 changes: 8 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ archives:
windows: windows
386: i386
amd64: x86_64
release:
draft: true
prerelease: auto
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -75,12 +78,15 @@ brews:
- name: optimus
tap:
owner: odpf
name: taps
name: homebrew-taps
license: "Apache 2.0"
description: "Optimus helps your organization to build & manage data pipelines with ease."
homepage: https://odpf.github.io/optimus
folder: Formula
dependencies:
- name: git
install: |-
bin.install "opctl"
bin.install "opctl"
commit_author:
name: Kush Sharma
email: [email protected]

0 comments on commit b59cfbf

Please sign in to comment.