Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Ginter committed Nov 8, 2024
1 parent 28f9f42 commit 3473d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release_checklist_add_language.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ <h1 id="how-to-rename-a-treebank-in-ud">How to rename a treebank in UD</h1>
</li>
<li>Rename the folder with the treebank hub page in the <code class="language-plaintext highlighter-rouge">docs</code> repository. Then push the changes.
<pre>git mv treebanks/cs treebanks/cs_pdt
for i in treebanks/cs_pdt/cs-* ; do git mv $i `echo -n $i | perl -pe 's/cs-/cs_pdt-/'` ; done
git status
git diff</pre>
<p>then press Q and</p>
Expand Down

0 comments on commit 3473d55

Please sign in to comment.