diff options
| author | Bdale Garbee <bdale@gag.com> | 2011-08-26 10:51:18 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2011-08-26 10:51:18 -0600 | 
| commit | 9451ae5e4ea6ecfa512ba93197351682d4d043dc (patch) | |
| tree | 0bbf95ae74b59fa2d186d7ad676dc3906b10541e | |
| parent | 01aee9ebe517ed657692e0a39a31ae0ddfb5b8b0 (diff) | |
update release process docs
| -rw-r--r-- | Releasing | 8 | 
1 files changed, 5 insertions, 3 deletions
@@ -4,10 +4,9 @@ These are Bdale's notes on how to do a release.  	git tag -a <version> -	git-buildpackage --git-ignore-new +	- make sure checked-out tree is "clean" so git won't complain -		use --git-ignore-new so trash in checked-out tree doesn't -		cause the build to fail! +	git-buildpackage  		at this point, we have Debian packages @@ -18,6 +17,9 @@ These are Bdale's notes on how to do a release.  		this pushes packages for each platform to web site +	- copy the relevant release notes file from doc/ to  +	    /home/bdale/web/altusmetrum/AltOS/releases/<rev> +  	- go edit ~/web/altusmetrum/AltOS/releases/<rev>.mdwn to include  	  release date and explicit ref to dir contents so the AltOS page  	  shows versioned links, commit and push  | 
