Blame doc/developers/release_checklist

Packit Service 23242a
CHECKLIST FOR NEW RELEASES
Packit Service 23242a
==========================
Packit Service 23242a
Packit Service 23242a
Release steps:
Packit Service 23242a
- Check out lm-sensors
Packit Service 23242a
- Update if necessary, the version number of libsensors
Packit Service 23242a
  (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER)
Packit Service 23242a
  Remember: update main number when interface changes, minor if new
Packit Service 23242a
  functionality is added, and patch if only bugs are fixed.
Packit Service 23242a
- Update the CHANGES file (set version and release date)
Packit Service 23242a
- Update doc/developers/lm_sensors.lsm (Version, Entered-date and Primary-site)
Packit Service 23242a
- Update doc/libsensors-API.txt and SENSORS_API_VERSION in lib/sensors.h
Packit Service 23242a
- Update version.h
Packit Service 23242a
- Commit
Packit Service ad1e1c
- Tag the release using git:
Packit Service ad1e1c
  git tag V3-x-x
Packit Service ad1e1c
  git push origin V3-x-x
Packit Service 23242a
Packit Service 23242a
After release, remember to:
Packit Service ad1e1c
- Update the Download page on https://hwmon.wiki.kernel.org/download - use
Packit Service ad1e1c
  a URL in the following format:
Packit Service ad1e1c
  https://github.com/lm-sensors/lm-sensors/archive/V3-x-x/lm-sensors-3-x-x.tar.gz
Packit Service ad1e1c
- Add a news item to https://hwmon.wiki.kernel.org/lm_sensors
Packit Service 23242a
- Announce on the lm-sensors mailing list
Packit Service ad1e1c
- Add "+git" to version.h and commit
Packit Service 23242a
- Send lm_sensors.lsm to the LSM by mailing it to lsm@qqx.org with the
Packit Service 23242a
  subject `add' (no quotes)