From 9bfc995777a64afd97c0250e931d44cb0e83bf96 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 4 Oct 2021 21:53:02 -0400 Subject: [PATCH] Change release version reference in README on main Fixes #25 Signed-off-by: Scott Rigby --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c0908c..9ac9c00 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,14 @@ Bookmark Tabs emoji Unicode 1F4D1. OpenMoji CC BY-SA 4.0

This repository holds lasting documents for the OpenGitOps project, which should be versioned and [released](https://github.com/open-gitops/documents/releases) together. +The `main` branch is a work in progress, including: -The current version [v0.1.0](https://github.com/open-gitops/documents/releases/tag/v0.1.0) is a pre-release, which includes: +- [GitOps Principles](./PRINCIPLES.md) +- [GitOps Glossary](./GLOSSARY.md) -- [GitOps Principles](https://github.com/open-gitops/documents/blob/v0.1.0/PRINCIPLES.md) -- [GitOps Glossary](https://github.com/open-gitops/documents/blob/v0.1.0/PRINCIPLES.md#glossary) +See the [releases](https://github.com/open-gitops/documents/releases) page for published versions. +Note the difference between pre-releases and full releases, defined by the [Semantic Versioning](https://semver.org/) scheme followed by this repo. +See [open milestones](https://github.com/open-gitops/documents/milestones) for planned future releases. ## About OpenGitOps