Skip to content

Commit b0e7de1

Browse files
ConchylicultorRyan Sepassi
authored andcommitted
Add release notes to doc
PiperOrigin-RevId: 250887453
1 parent 55cf87f commit b0e7de1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/add_dataset.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ already added.
3030
* [3. Double-check the citation](#3-double-check-the-citation)
3131
* [4. Add a test](#4-add-a-test)
3232
* [5. Check your code style](#5-check-your-code-style)
33-
* [6. Send for review!](#6-send-for-review)
33+
* [6. Add release notes](#6-add-release-notes)
34+
* [7. Send for review!](#7-send-for-review)
3435
* [Large datasets and distributed generation](#large-datasets-and-distributed-generation)
3536
* [Testing `MyDataset`](#testing-mydataset)
3637

@@ -551,7 +552,13 @@ See
551552
[TensorFlow code style guide](https://www.tensorflow.org/community/contribute/code_style)
552553
for more information.
553554

554-
### 6. Send for review!
555+
### 6. Add release notes
556+
557+
Add the dataset to the
558+
[release notes](https://github.com/tensorflow/datasets/blob/master/docs/release_notes.md).
559+
The release note will be published for the next release.
560+
561+
### 7. Send for review!
555562

556563
Send the pull request for review.
557564

0 commit comments

Comments
 (0)