From cc8bc7d5870875f0378d762d91323ff789b104e7 Mon Sep 17 00:00:00 2001 From: Paul Marshall Date: Wed, 9 Jun 2021 11:12:18 -0500 Subject: [PATCH] Preparing 1.0.11 release --- CHANGELOG.md | 6 ++++++ release/RELEASE.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c78400d..d968cdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.11 (2021-06-09) + +Modifications: +* Fixed python tools install +* Updated terraform version + # 1.0.10 (2019-08-23) Modifications: diff --git a/release/RELEASE.md b/release/RELEASE.md index b946ed54..19c21aac 100644 --- a/release/RELEASE.md +++ b/release/RELEASE.md @@ -1,6 +1,6 @@ # Graviton Release Process -1. Make the release branch from `master`, e.g.: `release/1.0.9` +1. Make the release branch from `develop`, e.g.: `release/1.0.9` 1. Update `CHANGELOG.md` manually with a helpful description of any commits that have landed since the last release. 1. Tag the release: `git tag 1.0.9` 1. Run `make clean && make` @@ -9,4 +9,4 @@ 1. Run: `python release/release.py `. This runs in us-west-1 so make sure the key exists in that region. 1. Once the tests pass, push up the release branch and tag: `git push origin release/1.0.9` and `git push origin ` 1. The release files can be found at `release/darwin_amd64/stardog-graviton__darwin_amd64.zip` and `release/linux_amd64/stardog-graviton__linux_amd64.zip`. Upload them to the newly found release here: https://github.com/stardog-union/stardog-graviton/releases -1. PR the release branch to master and merge it +1. PR the release branch to develop and merge it