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

Markus Neteler neteler at osgeo.org
Fri Dec 10 06:04:04 PST 2021


On Fri, Dec 10, 2021 at 12:41 PM Veronica Andreo <veroandreo at gmail.com> wrote:
> El jue, 9 dic 2021 a las 23:46, Markus Neteler (<neteler at osgeo.org>) escribió:
...
>> CHANGELOG creation:
>>
>> Auto-generated changelog on command line (btw, how to sort the output via API?):
>>
>> gh api repos/OSGeo/grass/releases/generate-notes -f tag_name="8.0.0"
>> -f target_commitish=releasebranch_8_0 -q .body
>
>
> What type of sorting do we need? Does it provide the PR number or the hash? If the number or date, maybe that could help. I have not tested or digged into it myself so I'm only guessing here

This is the current output (massively shortened for here) - note that
I added "previous_tag_name=7.8.6" as the point-in-time to start the
Changelog:

gh api repos/OSGeo/grass/releases/generate-notes -f tag_name="8.0.0"
-f previous_tag_name=7.8.6 -f target_commitish=releasebranch_8_0 -q
.body
## What's Changed
* Needed version updates for GRASS GIS 7.9 by @neteler in
https://github.com/OSGeo/grass/pull/77
* change Python shebang to python3 by @neteler in
https://github.com/OSGeo/grass/pull/75
* update Python 3 dependencies by @neteler in
https://github.com/OSGeo/grass/pull/79
* grass.py: fix typo in info_text, svn -> dev by @landam in
https://github.com/OSGeo/grass/pull/78
* change Python shebang to python3 by @neteler in
https://github.com/OSGeo/grass/pull/82
* wxGUI: fix 3D view wxPyDeprecationWarning, from
https://trac.osgeo.or… by @petrasovaa in
https://github.com/OSGeo/grass/pull/81
* i18N: sync from Transifex by @neteler in
https://github.com/OSGeo/grass/pull/87
* configure update by @neteler in https://github.com/OSGeo/grass/pull/89
* g.extension: change to python3 by @anikaweinmann in
https://github.com/OSGeo/grass/pull/83
* remove now unneeded Python 3 shebang trick by @neteler in
https://github.com/OSGeo/grass/pull/90
* r.sun: fix copy paste error when using both lat and lon raster by
@petrasovaa in https://github.com/OSGeo/grass/pull/92

...
* v.colors: Fix color inversion by @HuidaeCho in
https://github.com/OSGeo/grass/pull/1478
* wxGUI: fix calling coordselect validator by @petrasovaa in
https://github.com/OSGeo/grass/pull/1455
* v.random: finished test in reference to #704 by @SunveerSingh in
https://github.com/OSGeo/grass/pull/1464
* wxGUI/gcmd: fix read command stdout by @tmszi in
https://github.com/OSGeo/grass/pull/1228
* wxGUI: Make Display related toolbars part of Display tab by
@lindakladivova in https://github.com/OSGeo/grass/pull/1321
* wxGUI: one row for lmgr toolbar after adding 3D view tab by
@lindakladivova in https://github.com/OSGeo/grass/pull/1485
* pythonlib: Fix stylistic Flake8 warnings by @wenzeslaus in
https://github.com/OSGeo/grass/pull/1486
...

## New Contributors
* @huhabla made their first contribution in
https://github.com/OSGeo/grass/pull/99
* @mlennert made their first contribution in
https://github.com/OSGeo/grass/pull/101
* @mankoff made their first contribution in
https://github.com/OSGeo/grass/pull/91
* @mwort made their first contribution in https://github.com/OSGeo/grass/pull/85
* @byronbest made their first contribution in
https://github.com/OSGeo/grass/pull/113
* @mmacata made their first contribution in
https://github.com/OSGeo/grass/pull/151
...

**Full Changelog**: https://github.com/OSGeo/grass/compare/7.8.6...8.0.0


I'd like to see the first PR block sorted by characters, i.e.
alphabetically. Then it's easier to transfer it into the topical
"blocks" we have in the trac Wiki.

This is the documentation:
https://cli.github.com/manual/gh_api
https://docs.github.com/en/rest/reference/repos#generate-release-notes-content-for-a-release

but I don't see how, perhaps a new file '.github/release.yaml' is needed?

Markus


>
> PS: PLEASE always assign a milestone to (new) PRs!


More information about the grass-dev mailing list