Skip to content

Commit 581826e

Browse files
authored
Change to date-based versioning (#2)
* Change to date based versioning * Clarify naming for multiple releases in a day
1 parent 67b1b5d commit 581826e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This repository exists to store large binaries and similar artifacts needed as t
1818
To add new test data do the following:
1919

2020
1. Create a new release in the repository using the GitHub interface.
21-
2. Set the title to be "Dataset {major}.{minor}" (for example "Dataset 3.0"). Most datasets will only need a major version number, but if you need to upload a multi-part dataset use the minor version. When in doubt, update the major version.
22-
3. Set the tag to "dataset-{major}.{minor}" (for example "dataset-3.0").
21+
2. Set the title using the format "Dataset YYYY-MM-DD" (for example "Dataset 2025-02-19"). Append the next letter of the alphabet starting with "b" if a release was already created on that day (for example "Dataset 2025-02-19b").
22+
3. Set the tag to "dataset-YYYY-MM-DD" (for example "dataset-2025-02-19").
2323
4. Add a description of what the data is. This may include information like where the data was originally hosted or how is was otherwise generated.
2424
5. Upload the desired datasets to the release by using the file dialog in the release page (at time of writing in Firefox this is done by clicking "Attach binaries by dropping them here or selecting them." in the new release page).
2525
6. Publish the release.

0 commit comments

Comments
 (0)