diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-03-26 21:23:04 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-03-26 21:23:04 +0200 |
commit | 0d3b526c4d5aa38848a851f959a6856257a8e8c0 (patch) | |
tree | 35ff1c9922245f8a03212bc6aea8f5b26a34aaaf /docs/markdown/Adding-new-projects-to-wrapdb.md | |
parent | 64775c0fd335c53604a295426d9d6ab4aae24cf8 (diff) | |
download | meson-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.md | 14 |
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. |