diff --git a/README.md b/README.md new file mode 100644 index 00000000..b5c4ef2e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Buildkite Test Splitter + + +## Release +To release a new version, open a PR and update the version number in `version/VERSION`. +Once the PR is merged to `main`, a [release pipeline](https://buildkite.com/buildkite/test-splitter-client-release) will be triggered and the new version will be released. +Currently, we only release to [GitHub](https://github.com/buildkite/test-splitter/releases). The release pipeline will generate the release notes and attach the compiled binary to the GitHub release. + diff --git a/version/VERSION b/version/VERSION index 8acdd82b..6e8bf73a 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -0.0.1 +0.1.0