withastro / astro

The web framework for content-driven websites. ⭐️ Star to support our work!
https://astro.build
Other
46.43k stars 2.46k forks source link

📘 DOC: Separate `feature` releases from `content` and `ui` releases #1779

Closed jasikpark closed 2 years ago

jasikpark commented 2 years ago

There are 3 types of docs updates I see:

Currently, the docs site is in lockstep with releases for astro, which is fine when we are releasing on a consistent schedule, but less helpful when we're paused like in preparation for v0.21.

I'd like to propose that we merge docs into both latest and main unless if they're associated with a feature or similar update to Astro

FredKSchott commented 2 years ago

Do you mean to cherry-pick docs commits from main onto latest? I'm not sure if there's a way to do that automatically, I'm definitely curious to hear more about how this would work!

jasikpark commented 2 years ago

It's not really clear to me either about how this would work 😅

natemoo-re commented 2 years ago

One obvious solution here would be to split docs into a separate repo! That way it would truly be decoupled from any work happening on astro and could be updated on an as-needed basis.

FredKSchott commented 2 years ago

Done in https://github.com/withastro/docs