From 58699464ee1f3d2707f5a8d5a699dd1dd3dbec9e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 6 Sep 2022 18:35:51 +0100 Subject: CONTRIBUTING: Make a note to update meson.build Signed-off-by: Simon McVittie --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e5acfc..9f4352f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,7 +167,8 @@ so you should have an issue number or a merge request ID to refer to. #### Pre-release steps * Make sure CI (currently Gitlab-CI) is passing -* Update `NEWS` and the version number in `configure.ac`, and commit them +* Update `NEWS` and the version numbers in **both** `configure.ac` + and `meson.build`, and commit them #### Building and uploading the release @@ -187,4 +188,5 @@ twine upload ${builddir}/dbus-python-${version}.tar.gz{,.asc} #### Post-release steps * Announce the new release to the D-Bus mailing list -* Update `NEWS` and the version number in `configure.ac`, and commit them +* Update `NEWS` and the version number in `configure.ac` and `meson.build`, + and commit them -- cgit v1.2.3