Skip to content

Commit

Permalink
Add step to version Loki docs during public release process. (grafana…
Browse files Browse the repository at this point in the history
…#3277)

* Add step to version Loki docs during public release process.

* Update docs/sources/maintaining/release.md

Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>

Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
kavirajk and cyriltovena committed Feb 15, 2021
1 parent c7801e0 commit 489bbd6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/sources/maintaining/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,14 @@ Once the previous two steps are completed, you can publish your draft!
1. Optionally, have other team members review the release draft so you feel
comfortable with it.
1. Publish the release!

## Versioning Loki docs on Grafana Website

Loki docs are versioned. Follow the below steps to version Loki docs for this release.

1. Clone Grafana website [repo] (https://github.com/grafana/website)
1. Create new branch `git checkout -b loki-v1.2.3` (replace `v1.2.3` with current release version)
1. Run `make project-doc-release`
1. It prompts for two things. `Project name` and `version`. Project name is `loki` and version is current release version.
1. Docs will be generated for this release.
1. Create PR and Merge it after approval.

0 comments on commit 489bbd6

Please sign in to comment.