A guide on how to release guide.
The guide is published automatically by the CI.
- contents of
https://membrane.stream/guide
are taken fromlanding
on branchmaster
- the guide is deployed from generated
docs
from branches in formvX.X(-X)
, e.g.v0.5
orv0.5-dev
and become available underhttps://membrane.stream.org/guide/vX.X(-X)
Just add commits to a proper branch (e.g. v0.5
). This might require merging from master
to that branch
- Add proper
versionNode
entry inlanding/docs_config.js
- Change redirection url in
landing/index.html
if new version has to be default. - Bump version in
mix.exs
- Create and push branch
vX.X(-X)