Merge pull request #2798 from hashicorp/releasing-update
updates for RELEASING
This commit is contained in:
commit
2e787cffc9
|
@ -51,9 +51,13 @@ git tag -m "${VERSION}" "${VERSION}"
|
||||||
# Build the release
|
# Build the release
|
||||||
make release
|
make release
|
||||||
|
|
||||||
|
# Add Godeps for the archive
|
||||||
|
git add Godeps
|
||||||
|
|
||||||
# Make an archive with vendored dependencies
|
# Make an archive with vendored dependencies
|
||||||
stashName=$(git stash)
|
stashName=$(git stash create)
|
||||||
git archive -o terraform-$VERSION-src.tar.gz $stashName
|
git archive -o terraform-$VERSION-src.tar.gz $stashName
|
||||||
|
git reset --hard ${VERSION}
|
||||||
|
|
||||||
# Zip and push release to bintray
|
# Zip and push release to bintray
|
||||||
export BINTRAY_API_KEY="..."
|
export BINTRAY_API_KEY="..."
|
||||||
|
|
Loading…
Reference in New Issue