Skip to content

Commit

Permalink
Add gitHub pre-releases on alpha, beta, rc versions (#200)
Browse files Browse the repository at this point in the history
* Add gitHub pre-releases on alpha, beta, rc versions

* bump gorlease version
  • Loading branch information
andriisoldatenko authored and schnie committed Mar 19, 2019
1 parent 2b75cab commit 5f1342a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline:

# Cut releases with goreleaser when tagged
push:
image: goreleaser/goreleaser:v0.86
image: goreleaser/goreleaser:v0.103
secrets: [ github_token ]
commands:
- git fetch --no-tags origin +refs/tags/${DRONE_TAG}:refs/tags/${DRONE_TAG}
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ release:
github:
owner: astronomer
name: astro-cli
# If set to auto, will mark the release as not ready for production
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
prerelease: auto
brew:
install: bin.install "astro"
builds:
Expand Down

0 comments on commit 5f1342a

Please sign in to comment.