Changeset 4184

Show
Ignore:
Timestamp:
09/25/06 09:26:19 (7 years ago)
Author:
khali
Message:

Explain how to tag with SVN.
Check premissions of released files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/developers/release_checklist

    r4177 r4184  
    1616- Update lm_sensors2/version.h and i2c/kernel/i2c.h 
    1717- Commit 
    18 - Tag the release using SVN ('???' from the dist root) 
     18- Tag the release using SVN: 
     19  svn copy http://lm-sensors.org/svn/lm-sensors/trunk \ 
     20      http://lm-sensors.org/svn/lm-sensors/tags/V2-x-x \ 
     21      -m "Create tag 'V2-x-x'." 
    1922- Remove empty directories (e.g. rmdir `find . -type d`) 
    2023- Remove 'SVN' related files/directories (e.g. rm -fR `find . -name .svn`) 
    2124- Rename i2c and lm_sensors2 to i2c-#.#.# and lm_sensors-#.#.# 
    22 - tar it up and post it (sign it) 
     25- Tar it up and post it (sign it) 
     26- Make sure the file permissions on both the archives and the signatures 
     27  are correct (664) 
    2328 
    2429After release, remember to: 
    2530- Copy to mirrors 
    2631- Announce on Freshmeat 
    27 - Clear support area of unanswered tickets 
    2832- Put back ???? for dates 
    2933- Prep CHANGES files for next release