Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Preparing 1.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmars committed Jun 9, 2021
1 parent 75a0116 commit cc8bc7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -9,4 +9,4 @@
1. Run: `python release/release.py <path to license> <path to stardog release zip> <path to ssh key> <matching aws ssh key name>`. 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 <tag name>`
1. The release files can be found at `release/darwin_amd64/stardog-graviton_<version>_darwin_amd64.zip` and `release/linux_amd64/stardog-graviton_<version>_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

0 comments on commit cc8bc7d

Please sign in to comment.