diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-05 10:14:31 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-05 10:14:31 +0100 |
commit | 0f24fddaf716fff1ebffc3e2014d8eecafa611a0 (patch) | |
tree | d82cdba8d41715c81ffd90125b93b5122768a5d8 /docs/RELEASE-HOWTO.md | |
parent | 1aeeefdccbefcd084526fd6254094a118f7d398e (diff) | |
download | gtk+-0f24fddaf716fff1ebffc3e2014d8eecafa611a0.tar.gz |
docs: Drop the '+' from GTK
We need to adapt to both the change in the name of the project, and to
the name change in the pkg-config file.
Diffstat (limited to 'docs/RELEASE-HOWTO.md')
-rw-r--r-- | docs/RELEASE-HOWTO.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/RELEASE-HOWTO.md b/docs/RELEASE-HOWTO.md index 716eac60b9..3419828022 100644 --- a/docs/RELEASE-HOWTO.md +++ b/docs/RELEASE-HOWTO.md @@ -1,5 +1,5 @@ -How to do a GTK+ release? -========================= +How to do a GTK release? +======================== ## Before we begin @@ -91,7 +91,7 @@ $ ninja -C _build gtk40-properties-pot 12. Tag the release. The git command for doing that looks like: ```sh -$ git tag -m "GTK+ 4.2.0" 4.2.0 +$ git tag -m "GTK 4.2.0" 4.2.0 ``` 13. Bump the version number in `meson.build` and commit the change. @@ -110,8 +110,8 @@ $ git push origin 4.2.0 this looks like: ```sh -$ scp gtk+-4.2.0.tar.xz matthiasc@master.gnome.org: -$ ssh matthiasc@master.gnome.org ftpadmin install gtk+-4.2.0.tar.xz +$ scp gtk-4.2.0.tar.xz matthiasc@master.gnome.org: +$ ssh matthiasc@master.gnome.org ftpadmin install gtk-4.2.0.tar.xz ``` 16. Go to the gnome-announce list archives, find the last announce message, |