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 authored Oct 24, 2023
1 parent 8f7fe5c commit 5d261f7
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 @@ -1486,7 +1486,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 5d261f7

Please sign in to comment.