diff --git a/README.md b/README.md index 511a2d0bb56..1cbd9892a97 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,20 @@ Tekton Pipelines are **Typed**: - [Installing Tekton Pipelines](docs/install.md) - Jump in with [the tutorial!](docs/tutorial.md) -- [Read about it](/docs/README.md) -- Look at [some examples](/examples) + +### Read the docs + +| Version | Docs | Examples | +| ------- | ---- | -------- | +| [HEAD](DEVELOPMENT.md#install-pipeline) | [Docs @ HEAD](/docs/README.md) | [Examples @ HEAD](/examples) | +| [v0.5.2](https://github.com/tektoncd/pipeline/releases/tag/v0.5.2) | [Docs @ v0.5.2](https://github.com/tektoncd/pipeline/tree/v0.5.2/docs#tekton-pipelines) | [Examples @ v0.5.2](https://github.com/tektoncd/pipeline/tree/v0.5.2/examples#examples) | +| [v0.5.1](https://github.com/tektoncd/pipeline/releases/tag/v0.5.1) | [Docs @ v0.5.1](https://github.com/tektoncd/pipeline/tree/v0.5.1/docs#tekton-pipelines) | [Examples @ v0.5.1](https://github.com/tektoncd/pipeline/tree/v0.5.1/examples#examples) | +| [v0.5.0](https://github.com/tektoncd/pipeline/releases/tag/v0.5.0) | [Docs @ v0.5.0](https://github.com/tektoncd/pipeline/tree/v0.5.0/docs#tekton-pipelines) | [Examples @ v0.5.0](https://github.com/tektoncd/pipeline/tree/v0.5.0/examples#examples) | +| [v0.4.0](https://github.com/tektoncd/pipeline/releases/tag/v0.4.0) | [Docs @ v0.4.0](https://github.com/tektoncd/pipeline/tree/v0.4.0/docs#tekton-pipelines) | [Examples @ v0.4.0](https://github.com/tektoncd/pipeline/tree/v0.4.0/examples#examples) | +| [v0.3.1](https://github.com/tektoncd/pipeline/releases/tag/v0.3.1) | [Docs @ v0.3.1](https://github.com/tektoncd/pipeline/tree/v0.3.1/docs#tekton-pipelines) | [Examples @ v0.3.1](https://github.com/tektoncd/pipeline/tree/v0.3.1/examples#examples) | +| [v0.3.0](https://github.com/tektoncd/pipeline/releases/tag/v0.3.0) | [Docs @ v0.3.0](https://github.com/tektoncd/pipeline/tree/v0.3.0/docs#tekton-pipelines) | [Examples @ v0.3.0](https://github.com/tektoncd/pipeline/tree/v0.3.0/examples#examples) | +| [v0.2.0](https://github.com/tektoncd/pipeline/releases/tag/v0.2.0) | [Docs @ v0.2.0](https://github.com/tektoncd/pipeline/tree/v0.2.0/docs#tekton-pipelines) | [Examples @ v0.2.0](https://github.com/tektoncd/pipeline/tree/v0.2.0/examples#examples) | +| [v0.1.0](https://github.com/tektoncd/pipeline/releases/tag/v0.1.0) | [Docs @ v0.1.0](https://github.com/tektoncd/pipeline/tree/v0.1.0/docs#tekton-pipelines) | [Examples @ v0.1.0](https://github.com/tektoncd/pipeline/tree/v0.1.0/examples#examples) | _See [our API compatibility policy](api_compatibility_policy.md) for info on the stability level of the API._ diff --git a/tekton/README.md b/tekton/README.md index 2ff9b953dcd..da1bde7cd6c 100644 --- a/tekton/README.md +++ b/tekton/README.md @@ -90,6 +90,15 @@ GCP project](https://github.com/tektoncd/plumbing#prow). To release you will wan we often just [create the release](#creating-a-new-release) and we skip the bit where we publish the ci images (which rarely change anyway). Hashtag lazy manual anti-pattern. +3. Create the new tag and release in GitHub + ([see one of way of doing that here](https://github.com/tektoncd/pipeline/issues/530#issuecomment-477409459)). + _TODO(#530): Automate as much of this as possible with Tekton._ + +4. Add an entry to [the README](../README.md) at `HEAD` for docs and examples for the new release + ([README.md#read-the-docs](README.md#read-the-docs)). + +5. Update the new release in GitHub with the same links to the docs and examples, see + [v0.1.0](https://github.com/tektoncd/pipeline/releases/tag/v0.1.0) for example. ### Run the Pipeline