-
Notifications
You must be signed in to change notification settings - Fork 2
info on TEI P5 Zenodo release added #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,7 @@ | |
| </sourceDesc> | ||
| </fileDesc> | ||
| <revisionDesc> | ||
| <change when="2026-07-25" who="#MS #PS">Add instructions on how to release TEI P5 on Zenodo.</change> | ||
| <change when="2026-07-25" who="#EBB">Updated instructions on how to access one’s Sourceforge | ||
| account as the tei user.</change> | ||
| <change when="2026-02-18" who="#POC">Add missing links and correct incorrect links in the | ||
|
|
@@ -296,6 +297,11 @@ | |
| <item>Pushes to the release branch should be merged back into dev regularly: | ||
| <lb/><code>git checkout dev</code> | ||
| <lb/><code>git merge release-X.X.X</code></item> | ||
|
|
||
| <item><hi rend="bold">Zenodo account</hi><lb/> | ||
| Make sure you have a Zenodo account and permission to modify the “TEI P5: Guidelines for Electronic Text Encoding and Interchange” record (latest release: <ref target="https://zenodo.org/records/17161156">https://zenodo.org/records/17161156</ref>). | ||
| If you don't yet have editing access, ask Peter Stadler or Martina Scholger to add you as editor for this record. | ||
| </item> | ||
|
|
||
| </list> | ||
| <list type="ordered"> | ||
|
|
@@ -621,6 +627,23 @@ | |
| up to the TEI server.</item> | ||
| </list> | ||
| </item> | ||
|
|
||
| <item> | ||
| <hi rend="bold">Create a TEI P5 Zenodo Release</hi> | ||
| <list type="bulleted"> | ||
| <item>Go to the TEI P5 Zenodo record <ref target="https://zenodo.org/records/22046453">https://zenodo.org/records/22046453</ref></item> | ||
| <item>Make sure you have the .zip file (`tei-X.X.X.zip`) of the current TEI P5 release, which you obtained from the Jenkins Server and uploaded to Github, available.</item> | ||
| <item>Click “new version”</item> | ||
| <item>Click "upload files" and upload the complete .zip file. Do not unzip it.</item> | ||
| <item>Set the publication date to the date listed on the corresponding Github release page.</item> | ||
| <item>Update the description by (1) removing the current content, (2) copy/paste the release notes (e.g. <ref target="https://www.tei-c.org/release/doc/tei-p5-doc/readme-4.12.0.html">https://www.tei-c.org/release/doc/tei-p5-doc/readme-4.12.0.html</ref>) into the rich text editor, and (3) | ||
| finally, delete the Stylesheets section from the release notes, since the Stylesheets are not part of the Zenodo release.</item> | ||
| <item>Add the version info into the "version field" using the format vX.X.X (for example, v4.12.0).</item> | ||
| <item>Click “save draft” and preview your new record. Verify that file and metadata are correct.</item> | ||
| <item>Once everything looks good, click “publish”. Important: Once the record is published you will no longer be able to change the files in the upload! | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @martinascholger should we indicate what to do in case some wrong files are uploaded? Zenodo has helpful information on what you can edit before and after publishing: https://help.zenodo.org/docs/deposit/manage-files/ (I remember this information was significant for a student of mine who needed to change the files he had just published!)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think so -- I think this is a generic thing that Zenodo provides help on.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The "Modify Records After Publication" is relevant here, as it provides a 30-45 day period to modify a published record. https://help.zenodo.org/docs/deposit/manage-files/#modify |
||
| However, you will still be able to update the record's metadata later.</item> | ||
| </list> | ||
| </item> | ||
|
|
||
| <item><hi rend="bold">Inform the TEI Technical Council Chair so they can announce the | ||
| release</hi><lb/> Once you are sure that everything is working correctly, inform the | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.