plan next release for ... today
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
a4151fee44
commit
7646375218
3 changed files with 8 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -18,9 +18,6 @@
|
|||
#
|
||||
#
|
||||
|
||||
# dist = local
|
||||
# release = remote
|
||||
|
||||
A2XM=a2x -f manpage --no-xmllint -a encoding=UTF-8
|
||||
A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8
|
||||
helper=./bin/build-helper
|
||||
|
@ -249,7 +246,6 @@ RELEASE+=man-dist pypi-release git-release
|
|||
RELEASE+=archlinux-release
|
||||
|
||||
release: $(CHECKS) $(RELEASE)
|
||||
#release: | $(CHECKS) man speeches
|
||||
echo "Manual steps: linkedin, twitter"
|
||||
|
||||
# Code that is better handled in a shell script
|
||||
|
|
|
@ -173,6 +173,13 @@ eof
|
|||
|
||||
;;
|
||||
|
||||
release)
|
||||
set -e
|
||||
# First check everything is sane
|
||||
"$0" check-date
|
||||
"$0" check-unittest
|
||||
;;
|
||||
|
||||
test)
|
||||
export PYTHONPATH="$(pwd -P)"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Changelog
|
|||
* Changes are always commented with their author in (braces)
|
||||
* Exception: No braces means author == Nico Schottelius
|
||||
|
||||
2.3.2:
|
||||
2.3.2: 2013-09-04
|
||||
* Core: Fix typo in argument parser
|
||||
* Core: Code cleanup: Remove old install code (Steven Armstrong)
|
||||
* Core: Improve error message when using non-existing type in requirement
|
||||
|
|
Loading…
Reference in a new issue