Skip to content

Commit

Permalink
Adjust description of the releaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 3, 2024
1 parent 03e53cd commit 4a20cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandischema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ class PublishedDandiset(Dandiset, Publishable):
)
releaseNotes: Optional[str] = Field(
None,
description="User notes for describing the release",
description="The description of the release",
nskey="schema",
)

Expand Down

0 comments on commit 4a20cf2

Please sign in to comment.