make_a_release: remove TODOs
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 8 Nov 2013 09:17:41 +0000 (11:17 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 8 Nov 2013 09:17:41 +0000 (11:17 +0200)
One is done, the other one is not needed so far, so let's kill that. Also, we
have a separate TODO file which should be used instead.

Change-Id: Ia2b07f2fd00a40ba4e3964113c8cca3b4b48937c
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
make_a_release.sh

index e35bb0399ab69d64913a6a8afe79cd0a1e3ff358..1a60548ae1fc46fa7fbd5c81136aa83fab0218c7 100755 (executable)
 #
 # This script is supposed to be executed in the root of the bmap-tools
 # project's source code tree.
-#
-# TODO:
-#   * support -rc releases;
-#   * update the version field in all places, the rpm/deb changelog and commit
-#     that.
 
 PROG="make_a_release.sh"