Releasing: capture notes from 1.9.1 release
[fw/altos] / Releasing
index dffbe26c6d0d85fe974eaa5d44ab54ad325f6238..51434c1d62461e1f184cc24b26e8b49af4b43acd 100644 (file)
--- a/Releasing
+++ b/Releasing
@@ -60,6 +60,8 @@ These are Bdale's notes on how to do a release.
        - make sure that doc/*.txt have the right copyright year and the
          new release is included
        - make absolutely sure checked-out tree is "clean" 
+       - make absolutely sure any commits Keith might have pushed to branches
+         like debian are already pulled
 
         git log > ChangeLog
        git commit -a
@@ -116,6 +118,7 @@ These are Bdale's notes on how to do a release.
           src/telemini-v3.0/{*.elf,*.ihx} \
           src/telelco-v2.0/{*.elf,*.ihx} \
           src/telefireeight-v1.0/{*.elf,*.ihx} \
+          src/telefireeight-v2.0/{*.elf,*.ihx} \
           ~/altusmetrumllc/Binaries/
        cp src/chaoskey-v1.0/flash-loader/{*.elf,*.bin} \
           src/easymega-v1.0/flash-loader/*.elf \
@@ -134,6 +137,7 @@ These are Bdale's notes on how to do a release.
           src/telemini-v3.0/flash-loader/{*.elf,*.bin} \
           src/telelco-v2.0/flash-loader/*.elf \
           src/telefireeight-v1.0/flash-loader/*.elf \
+          src/telefireeight-v2.0/flash-loader/*.elf \
           ~/altusmetrumllc/Binaries/loaders/
        (cd ~/altusmetrumllc ; git add Binaries ; git commit -a) 
        - remove previous versions (only keep latest release)