-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
FBurkhardt
committed
Oct 19, 2023
1 parent
534da23
commit 81d753e
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/bash | ||
|
||
git add nkululeko/*py | ||
for value in augmenting autopredict data feat_extract losses models reporting segmenting utils | ||
do | ||
git add nkululeko/$value/*.py | ||
done | ||
for data in aesdd androids androids_orig androids_test ased asvp-esd baved cafe clac cmu-mosei crema-d demos ekorpus emns emodb emofilm EmoFilm emorynlp emov-db emovo emozionalmente enterface esd gerparas iemocap jl jtes laughter-types meld mesd mess mlendsnd msp-improv msp-podcast oreau2 portuguese ravdess savee shemo subesco syntact tess thorsten-emotional urdu vivae | ||
do | ||
git add data/$data/*.py | ||
git add data/$data/*.md | ||
done | ||
git add data/README.md | ||
git add CHANGELOG.md ini_file.md | ||
source nkululeko/constants.py | ||
git commit -m $VERSION | ||
git tag $VERSION | ||
git push | ||
git push --tags |