summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-06 18:35:51 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-06 18:35:51 +0100
commit58699464ee1f3d2707f5a8d5a699dd1dd3dbec9e (patch)
treeba37284ba60661d3b1427e51c6be6d55946cc28a
parentd042a2d02cd3c7957e02047576abbccbb7300885 (diff)
downloaddbus-python-58699464ee1f3d2707f5a8d5a699dd1dd3dbec9e.tar.gz
CONTRIBUTING: Make a note to update meson.build
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--CONTRIBUTING.md6
1 files 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