Proposal
Serve the latest release at projectcapsule.dev, and move main to main.projectcapsule.dev. This keeps the website on stable docs instead of unreleased main.
Mechanism: point the Netlify production branch at the latest release branch; main becomes a branch deploy on its own subdomain. The production branch is switched once per release. This could be handled automatically with an API token.
versions:
- version: v0.13 (latest)
url: https://projectcapsule.dev
- version: v0.12
url: https://release-0-12.projectcapsule.dev
- version: v0.11
url: https://release-0-11.projectcapsule.dev
- version: v0.10
url: https://release-0-10.projectcapsule.dev
- version: main
url: https://main.projectcapsule.dev
Proposal
Serve the latest release at
projectcapsule.dev, and movemaintomain.projectcapsule.dev. This keeps the website on stable docs instead of unreleasedmain.Mechanism: point the Netlify production branch at the latest release branch;
mainbecomes a branch deploy on its own subdomain. The production branch is switched once per release. This could be handled automatically with an API token.