Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdibiasio6 committed Jul 11, 2022
1 parent 9fca564 commit b864ab5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

- Add default-advanced-options
- Update README.md

## [1.0.4] - 2022-06-29

- Updates to MAKEFILE to support mainline metabase
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ This command starts a local Metabase server on port `3000`. If you want to build
Once you have built all required resources with the `make build` command, run `make test`. This command builds your local driver changes and then starts Starburst driver tests.

### Releasing Driver
To create a release from the `main` branch, head to actions and create a new release workflow.
Enter in the correct semantic version, and submit the release. This will create a new tag and
release with the provided version, as well as promote the CHANGELOG.md, update the metabase version, and upload the `.jar` binary for clients to consume.
To create a release from the `main` branch follow the below steps.

#### 1.) Create a Release Branch
Head to actions and run the `Create Release Branch` workflow entering in the correct semantic version, and submit the workflow. This will create a new PR that contains promoted CHANGELOG.md and updated version info. Review the PR and merge once checks pass.

#### 2.) Create the Release Artifact
Head to actions and run the `Release` workflow entering the same the same semantic version, and submit the release workflow. When this workflow completes, it will create a new tagged github release with the provided version and upload the `.jar` binary for clients to consume.

### Update Metabase Version
If needed, `make checkout_latest_metabase_tag` will update Metabase to its latest tagged release.
Expand Down

0 comments on commit b864ab5

Please sign in to comment.