diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-12 13:46:50 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-12 13:46:50 +0100 |
| commit | 8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da (patch) | |
| tree | f706478d189d54c6532e8863d4b0d5ff5575af60 /MAINTAINERS.md | |
| parent | 818258cf34b83fbc754633295e1052d4752d7b15 (diff) | |
New upstream version 1.51.90 upstream/1.51.90
Diffstat (limited to 'MAINTAINERS.md')
| -rw-r--r-- | MAINTAINERS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index ab00ed31..9be6901e 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -254,10 +254,10 @@ Versioning scheme (version numbers are called MAJOR.MINOR.MICRO): When doing a release, follow this process: 1. Ensure that `NEWS` file is up to date. -2. Increment the version in `configure.ac`, commit and tag the commit. Example: +2. Increment the version in `meson.build`, commit and tag the commit. Example: `git tag -s 1.2.8 -m 'Tag 1.2.8'`. 3. Ensure that you are on the right commit and create the tarball: - `git clean -fdx && ./autogen.sh && make distcheck` + `git clean -fdx && meson setup build && cd build && meson dist` 4. Upload the tarball: `scp ./*-*.tar.xz "$user@master.gnome.org:"` 5. Login to `master.gnome.org` and run `ftpadmin install`. Ensure the new tarballs show up at https://download.gnome.org/sources/ |