aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Adding-new-projects-to-wrapdb.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-03-26 21:23:04 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-03-26 21:23:04 +0200
commit0d3b526c4d5aa38848a851f959a6856257a8e8c0 (patch)
tree35ff1c9922245f8a03212bc6aea8f5b26a34aaaf /docs/markdown/Adding-new-projects-to-wrapdb.md
parent64775c0fd335c53604a295426d9d6ab4aae24cf8 (diff)
downloadmeson-wrapdocs.zip
meson-wrapdocs.tar.gz
meson-wrapdocs.tar.bz2
Added some wrap review docs. [skip ci]wrapdocs
Diffstat (limited to 'docs/markdown/Adding-new-projects-to-wrapdb.md')
-rw-r--r--docs/markdown/Adding-new-projects-to-wrapdb.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/markdown/Adding-new-projects-to-wrapdb.md b/docs/markdown/Adding-new-projects-to-wrapdb.md
index a1d2486..661ad6c 100644
--- a/docs/markdown/Adding-new-projects-to-wrapdb.md
+++ b/docs/markdown/Adding-new-projects-to-wrapdb.md
@@ -201,6 +201,14 @@ git commit -a --amend
git push --force
```
+### Request a new release version to an existing repository
+
+Adding new releases to an existing repo is straightforward. All you
+need to do is to follow the rules discussed above but when you create
+the merge request, file it against the master branch. The repository
+reviewer will create the necessary branch and retarget your merge
+request accordingly.
+
## What is done by WrapDB maintainers
[mesonwrap tools](Wrap-maintainer-tools.md) must be used for the tasks
@@ -246,4 +254,8 @@ system has native support for Git subprojects.
## Reviewing wraps
-See [Wrap review guidelines](Wrap-review-guidelines.md).
+See [Wrap review guidelines](Wrap-review-guidelines.md), especially
+the part about tooling that you can use to check for the most common
+problems yourself. Fixing all issues reported by the tool is a
+mandatory requirement for getting your MR accepted, so doing this
+proactively makes the review process smoother.