Skip to content

Commit 873804b

Browse files
authored
Make release docs easier to find (#619)
1 parent da05a3e commit 873804b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ The generated documentation of the Devfile 2.0 format, based on its json schema,
2828

2929
Typescript model is build on each commit of main branch and available as NPM package at https://www.npmjs.com/package/@devfile/api
3030

31+
## Release
32+
Release details and process are found in [Devfile Release](RELEASE.md)
33+
3134
## How to build
3235

3336
In order to build the CRD and the various schemas, you don't need to install any pre-requisite apart from `docker`.

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Devfile Release
2+
3+
Our current process is documented in
4+
[Devfile Versioning and Release Process](docs/proposals/versioning-and-release.md).

docs/proposals/versioning-and-release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Devfile Versioning and Release Process
2-
This design document outlines the proposed versioning and release process for the Devfile spec.
2+
This document outlines the versioning and release process for the Devfile spec.
33

4-
This document summarizes parts from the Devfile API technical meeting slides presented by @davidfestal back in October, and I recommend having a read through of it: https://docs.google.com/presentation/d/1ohM1HzPB59a3ajvB7rVWJkKONLBAuT0mb5P20_A6vLs/edit#slide=id.g8fc722bef9_1_8
4+
##Reference
5+
This process summarizes parts from the Devfile API technical meeting slides presented by @davidfestal back in October, and I recommend having a read through of it: https://docs.google.com/presentation/d/1ohM1HzPB59a3ajvB7rVWJkKONLBAuT0mb5P20_A6vLs/edit#slide=id.g8fc722bef9_1_8
56

67
## Versioning
78

0 commit comments

Comments
 (0)