about summary refs log tree commit diff
path: root/devscripts
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-29 02:18:52 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-29 02:18:52 +0600
commit4a5a67ca2503165fc4b7c2ca9c881b79101245b5 (patch)
treefc89835df003bbc554cf08d931c6b7d59300a320 /devscripts
parent8751da85a7d21702132091986bc6224d3a3af319 (diff)
downloadyoutube-dl-4a5a67ca2503165fc4b7c2ca9c881b79101245b5.tar.gz
youtube-dl-4a5a67ca2503165fc4b7c2ca9c881b79101245b5.tar.xz
youtube-dl-4a5a67ca2503165fc4b7c2ca9c881b79101245b5.zip
[devscripts/release.sh] Make ISSUE_TEMPLATE.md and commit it
Diffstat (limited to 'devscripts')
-rwxr-xr-xdevscripts/release.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/devscripts/release.sh b/devscripts/release.sh
index 61806961c..6718ce39b 100755
--- a/devscripts/release.sh
+++ b/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 documentation and youtube_dl/version.py..."
-make README.md CONTRIBUTING.md supportedsites
-git add README.md CONTRIBUTING.md docs/supportedsites.md youtube_dl/version.py
+/bin/echo -e "\n### Committing documentation, templates and youtube_dl/version.py..."
+make README.md CONTRIBUTING.md ISSUE_TEMPLATE.md supportedsites
+git add README.md CONTRIBUTING.md .github/ISSUE_TEMPLATE.md docs/supportedsites.md youtube_dl/version.py
 git commit -m "release $version"
 
 /bin/echo -e "\n### Now tagging, signing and pushing..."