Changeset - 1a3af9e025e2
[Not reviewed]
stable
0 1 0
Thomas De Schampheleire - 8 years ago 2018-03-18 20:52:26
thomas.de_schampheleire@nokia.com
make-release: remove instruction about updating copyright/contributors

The copyright script is now run by the script itself, so a warning to run it
is no longer necessary.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
scripts/make-release
Show inline comments
 
@@ -30,25 +30,24 @@ version=${namerel#Kallithea-}
 
ls -l $(pwd)/dist/$namerel.tar.gz
 
echo "Releasing Kallithea $version in directory $namerel"
 

	
 
echo "Verify dist file content"
 
! tar tf dist/Kallithea-$version.tar.gz | grep "$namerel/node_modules/bootstrap/\$"
 

	
 
echo "Verify docs build"
 
python2 setup.py build_sphinx # not used yet ... but we want to make sure it builds
 

	
 
cat - << EOT
 

	
 
Now, make sure
 
* the copyright and contributor lists have been updated
 
* all tests are passing
 
* release note is ready
 
* announcement is ready
 
* source has been pushed to https://kallithea-scm.org/repos/kallithea
 

	
 
EOT
 

	
 
echo "Verify current revision is tagged for $version"
 
hg log -r "'$version'&." | grep .
 

	
 
echo -n "Enter \"pypi\" to upload Kallithea $version to pypi: "
 
read answer
0 comments (0 inline, 0 general)