Index: README.release =================================================================== diff -u -r10211dca5c6a9f1cae05f68debf543d4548a5b8f -rbe7f435e06489b27b940bcddbbc4413935642d50 --- README.release (.../README.release) (revision 10211dca5c6a9f1cae05f68debf543d4548a5b8f) +++ README.release (.../README.release) (revision be7f435e06489b27b940bcddbbc4413935642d50) @@ -78,6 +78,11 @@ * check content of tar file tar ztvf ../nsf2.3.0.tar.gz |sort -rn -k 5,6|less + - create branch entries for CI systems (Travis, AppVeyor) + add 2.3 to branches/only sections + commit that change + (continue with tagging) + - tag version in git and commit git tag -a 2.3.0 -m 2.3.0 git push --tags @@ -89,6 +94,12 @@ git tag -a 2.3.0 -m 2.3.0 git push origin -f --tags + - create branches for CI systems (Travis, AppVeyor) + git checkout -b 2.3 2.3.0 + git push origin 2.3 + register a cron task for the new branch on Travis (website) +>>>>>>> c80b57b9fbb2735d12418c3f634390141b50a94b + - build tar * (make sure accurate COMMIT file is present, e.g., run ./configure once?) * make tar