File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,15 @@ tarball: doc/DONT-RELEASE Makefile.dev
375
375
$(MAKE ) clean
376
376
cd .. ; COPYFILE_DISABLE=true tar cvzhf metis/release/metis.tar.gz --exclude-from metis/doc/DONT-RELEASE metis
377
377
378
+ .PHONY : release-instructions
379
+ release-instructions :
380
+ @echo " Completed release, now do the following:"
381
+ @echo " 1. git add and commit all changes"
382
+ @perl -ne ' if ($$_ =~ /^Metis ([0-9.]+) \(release ([0-9]+)\),$$/) { print "2. git tag -a -s v$$1.$$2 -m \"Version $$1 (release $$2)\"\n"; }' doc/download.html
383
+ @echo " 3. git push --tags"
384
+ @echo " 4. Browse to github > metis > releases > Latest release"
385
+ @echo " 5. Add the release name and tarball"
386
+
378
387
.PHONY : release
379
388
release : release-stamp mosml mlton polyml status-test documentation $(STD_BENCHMARK )
380
389
rm -f $(RELEASE_DIR ) /* .html $(RELEASE_DIR ) /* .jpg $(RELEASE_DIR ) /* .txt
@@ -385,7 +394,7 @@ release: release-stamp mosml mlton polyml status-test documentation $(STD_BENCHM
385
394
rsync -azv --delete --checksum --size-only --exclude=.gitignore -e ssh $(RELEASE_DIR ) / joe@laurelin.gilith.com:www/gilith/software/metis
386
395
ssh joe@laurelin.gilith.com ' /bin/bash -l bin/install-metis'
387
396
@if GIT_PAGER=' ' git grep ' [*][*][*]' ; then echo " WARNING: TODO comments discovered" ; fi
388
- echo Completed release
397
+ $( MAKE ) release-instructions
389
398
390
399
.PHONY : hol-release
391
400
hol-release : mosml
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h3>Download Metis</h3>
31
31
32
32
< p > The latest version is
33
33
34
- Metis 2.3 (release 20171122 ),
34
+ Metis 2.3 (release 20180228 ),
35
35
36
36
and can be downloaded in the following formats:</ p >
37
37
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ <h3>Project Status</h3>
92
92
93
93
is
94
94
95
- Metis 2.3 (release 20171122 ).
95
+ Metis 2.3 (release 20180228 ).
96
96
97
97
Metis is free software, released under the
98
98
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ val PROGRAM = "metis";
13
13
14
14
val VERSION = " 2.3" ;
15
15
16
- val versionString = PROGRAM^" " ^VERSION^" (release 20171122 )" ^" \n " ;
16
+ val versionString = PROGRAM^" " ^VERSION^" (release 20180228 )" ^" \n " ;
17
17
18
18
(* ------------------------------------------------------------------------- *)
19
19
(* Program options. *)
You can’t perform that action at this time.
0 commit comments