Skip to content

Should projectcapsule.dev serve main or the latest release? #102

Description

@LorenzBischof

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions