Changeset 4184
- Timestamp:
- 09/25/06 09:26:19 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/developers/release_checklist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/developers/release_checklist
r4177 r4184 16 16 - Update lm_sensors2/version.h and i2c/kernel/i2c.h 17 17 - 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'." 19 22 - Remove empty directories (e.g. rmdir `find . -type d`) 20 23 - Remove 'SVN' related files/directories (e.g. rm -fR `find . -name .svn`) 21 24 - 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) 23 28 24 29 After release, remember to: 25 30 - Copy to mirrors 26 31 - Announce on Freshmeat 27 - Clear support area of unanswered tickets28 32 - Put back ???? for dates 29 33 - Prep CHANGES files for next release
