xref: /openbmc/libpldm/docs/checklists/releases.md (revision e4240679)
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- [ ] Commit the changes above with the subject `libpldm: Release <version>`
12- [ ] Push the release commit for review in Gerrit
13- [ ] Submit the release commit once approved
14- [ ] Create the release tag
15- [ ] Push the release tag
16