Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1326 from kinvolk/surajssd/update-release-docs
Browse files Browse the repository at this point in the history
RELEASE: Add steps to update the docs website entry
  • Loading branch information
surajssd authored Jan 28, 2021
2 parents 69bb08c + bb6ba1b commit efe364e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,21 @@ for generating new keys for signing.
Before signing a release with a new GPG key, it should be signed by other trusted
keys and added to the [list of trusted keys in the repository](KEYS.md).
## Updating the docs website
Once the release is done. Create a pull request to the [docs repo](https://github.com/kinvolk/docs) modifying the [_index.md](https://github.com/kinvolk/docs/blob/master/docs/lokomotive/_index.md) file.
Add a new entry at the top of the list with the new version pointing to its corresponding tag:
```diff
external_docs:
+- repo: https://github.com/kinvolk/lokomotive.git
+ name: "0.7"
+ branch: "v0.7.0"
+ dir: "docs"
- repo: https://github.com/kinvolk/lokomotive.git
name: "0.6"
branch: "v0.6.0"
dir: "docs"
```

0 comments on commit efe364e

Please sign in to comment.