[pitivi] docs: Add the releasing procedure to the developer website



commit 148c70a9752aeb610f4d96b2c96c98a3738f6976
Author: Thibault Saunier <tsaunier gnome org>
Date:   Wed Jun 28 10:18:47 2017 -0400

    docs: Add the releasing procedure to the developer website
    
    Fixes T7772

 docs/release.md  |    9 +++++++--
 docs/sitemap.txt |    1 +
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/docs/release.md b/docs/release.md
index e7959a5..bcb35b6 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -1,3 +1,8 @@
+---
+title: Releasing
+short_description: How to make a release
+...
+
 # How to make a release
 
 See also https://live.gnome.org/MaintainersCorner/Releasing
@@ -25,8 +30,8 @@ Most of the steps below should be done in the [development environment](HACKING.
    * `$ configure` is all green
 
  4. Make sure the tests pass
-   * `$ make check`
-   * `$ make validate`
+   * `$ ninja test`
+   <!-- * `$ make validate` FIXME! -->
 
  5. Update the following files:
    * [meson.build](../meson.build):
diff --git a/docs/sitemap.txt b/docs/sitemap.txt
index 1ba6561..372ce39 100644
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -9,6 +9,7 @@ index.md
        The_people.md
        Roadmap.md
        Goals.md
+       release.md
        Architecture.md
                GES.md
        crossplatform.md


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]