Add self-hosted changelog with automated version updates#5241
Add self-hosted changelog with automated version updates#5241
Conversation
Adds an hourly workflow that polls fern-platform for new docs@ release tags and opens an auto-merging PR with a dated changelog entry per version. Backfills the last ~3 weeks of releases. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
| @@ -0,0 +1,5 @@ | |||
| ### v0.114.1 | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.1' should use sentence-style capitalization.
| @@ -0,0 +1,11 @@ | |||
| ### v0.114.5 | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.5' should use sentence-style capitalization.
| FROM fernenterprise/fern-self-hosted:0.114.5 | ||
| ``` | ||
|
|
||
| ### v0.114.6 |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.6' should use sentence-style capitalization.
| @@ -0,0 +1,17 @@ | |||
| ### v0.114.2 | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.2' should use sentence-style capitalization.
| FROM fernenterprise/fern-self-hosted:0.114.2 | ||
| ``` | ||
|
|
||
| ### v0.114.3 |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.3' should use sentence-style capitalization.
| FROM fernenterprise/fern-self-hosted:0.114.17 | ||
| ``` | ||
|
|
||
| ### v0.114.18 |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.18' should use sentence-style capitalization.
| FROM fernenterprise/fern-self-hosted:0.114.18 | ||
| ``` | ||
|
|
||
| ### v0.114.19 |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.19' should use sentence-style capitalization.
| @@ -0,0 +1,11 @@ | |||
| ### v0.114.20 | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.20' should use sentence-style capitalization.
| FROM fernenterprise/fern-self-hosted:0.114.20 | ||
| ``` | ||
|
|
||
| ### v0.114.21 |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'v0.114.21' should use sentence-style capitalization.
| </Info> | ||
|
|
||
| <Tip> | ||
| See [recent releases](/learn/docs/self-hosted/releases) to pin to a specific version instead of `:latest`. |
There was a problem hiding this comment.
[FernStyles.Current] Avoid time-relative terms like 'latest' that become outdated
Summary
fern/products/docs/pages/self-hosted/changelog/), with anoverview.mdxexplaining the upgrade flow and a dated.mdxper release date listing each version'sFROMline forfernenterprise/fern-self-hosted..github/workflows/update-self-hosted-changelog.yml— hourly cron that pollsfern-api/fern-platformfor newdocs@release tags, appends an entry to the corresponding date file, and opens an auto-merging PR. Idempotent: skips versions already recorded.docs@releases (21 versions, Apr 15 → Apr 28).Test plan
fern docs dev— overview + 9 dated entries with copy-pasteableFROMcode blocks.secrets.FERN_GITHUB_TOKEN(needed becausefern-api/fern-platformis private).gh workflow run update-self-hosted-changelog.ymlto confirm a no-op run produces no PR (everything backfilled).docs@release on fern-platform and confirm an auto-PR opens with the new entry.🤖 Generated with Claude Code