tools: version cleanup
This commit is contained in:
parent
3a8906b956
commit
533b9d65b6
9
Makefile
9
Makefile
@ -368,8 +368,8 @@ hoogleindex: $(MAIN)
|
|||||||
|
|
||||||
# Build a release, tag the repo, prepare a cabal package
|
# Build a release, tag the repo, prepare a cabal package
|
||||||
# Don't forget to update VERSION first. Examples:
|
# Don't forget to update VERSION first. Examples:
|
||||||
# releasing 0.5: set VERSION to 0.5, make release
|
# normal release: echo 0.7 >VERSION; make release
|
||||||
# doing a bugfix release: set VERSION to 0.5.1, make release
|
# a bugfix release: echo 0.7.1 >VERSION; make release
|
||||||
release: releasetest setandrecordversion tagrelease sdist
|
release: releasetest setandrecordversion tagrelease sdist
|
||||||
|
|
||||||
# Upload the latest cabal package and update hledger.org
|
# Upload the latest cabal package and update hledger.org
|
||||||
@ -402,9 +402,8 @@ Version.hs: $(VERSIONFILE)
|
|||||||
# update the version string in local files. Triggered by "make".
|
# update the version string in local files. Triggered by "make".
|
||||||
setversion: $(VERSIONFILES)
|
setversion: $(VERSIONFILES)
|
||||||
|
|
||||||
# update the version string in local files, and record them (and
|
# update the version number in local files, and prompt to record changes
|
||||||
# $VERSIONFILE) if changed. Be careful, will record all changes in those
|
# in these files. Triggered by "make release".
|
||||||
# files (so prompts interactively). Triggered by "make release".
|
|
||||||
setandrecordversion: setversion
|
setandrecordversion: setversion
|
||||||
darcs record -m "update version" $(VERSIONFILE) $(VERSIONFILES)
|
darcs record -m "update version" $(VERSIONFILE) $(VERSIONFILES)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user