forked from typedb/typedb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What is the goal of this PR? CI pipeline for releasing `grakn`, which includes the following: 1. `deploy-github`: creates a Github draft containing 9 binaries: `server`, `console`, and `all` for the following OS: Windows, Linux, and Mac 2. `deploy-apt`: deploy to the APT repository 3. `deploy-rpm`: deploy to the RPM repository 4. `deploy-docker`: deploy to Docker Hub 5. `deploy-brew`: deploy to Graknlabs' Brew Tap 6. `deploy-maven`: deploy `api`, `protocol`, `concept`, and `common` to the Maven repository (they are used by `client-java`
- Loading branch information
Ganeshwara Herawan Hananda
authored
Mar 28, 2019
1 parent
b442b28
commit 9f39863
Showing
3 changed files
with
112 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Grakn | ||
|
||
{ Please add the release notes here } | ||
|
||
Refer to [docs](http://dev.grakn.ai/docs/running-grakn/install-and-run) for the installation guide. |