[GRASS-dev] help with completing GRASS 8 new features wiki

Vaclav Petras wenzeslaus at gmail.com
Sun Nov 28 17:39:38 PST 2021


On Sun, Nov 28, 2021 at 1:06 PM Markus Neteler <neteler at osgeo.org> wrote:

> On Wed, Nov 24, 2021 at 2:10 PM Veronica Andreo <veroandreo at gmail.com>
> wrote:
>
> For populating this page I usually use "git log":
>
> # GRASS GIS 7.0.0 release on 2015-03-20
> git log --oneline --after="2015-03-20" | cut -d' ' -f2- | sed 's+^+ *
> G80:+g' | sed 's+(#+(PR:+g' | sort -u
>

You could also use GitHub CLI to get merged PRs with milestone 8.0.0:

gh pr list --search "milestone:8.0.0" --state merged --limit 100

This gives 93 PRs. Unfortunately, we also have PRs with no milestone which
is 919 items:

gh pr list --search "no:milestone" --state merged --limit 100
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20211128/37b39c44/attachment.html>


More information about the grass-dev mailing list