xref: /openbmc/libpldm/docs/checklists/releases.md (revision 615344fc)
1# Checklist for making releases of `libpldm`
2
3- [ ] Update the version in `meson.build`
4- [ ] Add the tag value header in `CHANGELOG.md`
5
6- [ ] Generate the ABI dump for the release
7
8  - This must be done from a shell session inside the OpenBMC CI Docker
9    container for consistency
10
11- [ ] Rename the directory for unreleased evolutions
12- [ ] Commit the changes above with the subject `libpldm: Release <version>`
13- [ ] Push the release commit for review in Gerrit
14- [ ] Submit the release commit once approved
15- [ ] Create the release tag
16- [ ] Push the release tag
17