Explorar o código

[devscripts/release] Do not commit CHANGELOG

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
63961d87a6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      devscripts/release.sh

+ 2 - 2
devscripts/release.sh

@@ -45,9 +45,9 @@ fi
 /bin/echo -e "\n### Changing version in version.py..."
 sed -i "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py
 
-/bin/echo -e "\n### Committing CHANGELOG README.md and youtube_dl/version.py..."
+/bin/echo -e "\n### Committing README.md and youtube_dl/version.py..."
 make README.md
-git add CHANGELOG README.md youtube_dl/version.py
+git add README.md youtube_dl/version.py
 git commit -m "release $version"
 
 /bin/echo -e "\n### Now tagging, signing and pushing..."