Docs: pre-release model pages - #2660
Draft
coyotte508 wants to merge 8 commits into
Draft
Conversation
Document the new pre-release model pages feature for Enterprise organizations: announcing an upcoming model with the release_date model card metadata field, what visitors see (countdown, tagline, Like and Notify on release), and sending one-time release notifications to subscribers. - New page: docs/hub/models-release-announcements.md - Added to the Models section of the toctree - Added a release_date entry to the model card metadata docs
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
coyotte508
marked this pull request as draft
July 21, 2026 14:03
coyotte508
marked this pull request as ready for review
July 21, 2026 21:20
Member
|
(imo no need for docs yet, while this is still in flux - cc @Pierrci ) |
pcuenca
reviewed
Jul 23, 2026
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Member
|
I had not seen Julien's message above, happy to review again if/when needed. |
kefranabg
reviewed
Jul 23, 2026
kefranabg
left a comment
Contributor
There was a problem hiding this comment.
Probably worth to mention it in https://huggingface.co/docs/hub/model-release-checklist as well
coyotte508
marked this pull request as draft
July 23, 2026 14:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation for the new pre-release model pages feature : https://moon-ci-docs.huggingface.co/docs/hub/pr_2660/en/model-cards#announcing-an-upcoming-release / https://moon-ci-docs.huggingface.co/docs/hub/pr_2660/en/models-release-announcements
Note
Low Risk
Documentation and navigation only; no application or API code changes.
Overview
Documents pre-release model pages for Enterprise organizations: private org models can expose an announcement page (countdown, Like and Notify on release) by setting
release_datein model card YAML.Adds a dedicated guide (
models-release-announcements) covering eligibility,release_date/ optionaldescription, visitor and writer experiences, and the release flow (go public, then Send release notifications). The Models hub TOC gains Pre-Release Model Pages, and Model Cards gets an Announcing an upcoming release section linking to that guide. Minor whitespace cleanup inmodel-cards.md.Reviewed by Cursor Bugbot for commit 9165335. Bugbot is set up for automated code reviews on this repo. Configure here.