Skip to content

Commit

Permalink
Enable autorelease (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored and chingor13 committed Jan 17, 2019
1 parent ee67b5d commit 1d44ecd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .kokoro/release/stage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ action {
strip_prefix: "github/google-auth-library-java"
}
}

# Fetch the token needed for reporting release status to GitHub
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "yoshi-automation-github-key"
}
}
}
4 changes: 4 additions & 0 deletions .kokoro/release/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

set -eo pipefail

# Start the releasetool reporter
python3 -m pip install gcp-releasetool
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script

source $(dirname "$0")/common.sh
MAVEN_SETTINGS_FILE=$(realpath $(dirname "$0")/../../)/settings.xml
pushd $(dirname "$0")/../../
Expand Down

0 comments on commit 1d44ecd

Please sign in to comment.