-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: mark releases as draft by default
- Loading branch information
1 parent
207d3a2
commit b59cfbf
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,9 @@ archives: | |
windows: windows | ||
386: i386 | ||
amd64: x86_64 | ||
release: | ||
draft: true | ||
prerelease: auto | ||
checksum: | ||
name_template: 'checksums.txt' | ||
snapshot: | ||
|
@@ -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] |