[GRASS-dev] [OSGeo/grass] Pre-release 7.8.8RC3 - GRASS GIS 7.8.8RC3 ---> wrong branch!

Hi devs,

Seems we (I) am not releasing not often enough.
Unfortunately I created this tag on “main” rather than “releasebranch_7_8”.

:-((

Any chance to delete this tag?
Under https://github.com/OSGeo/grass/tags and three-dots menu “Delete” is grey out.

Hints welcome,
Markus

On Fri, Dec 16, 2022 at 10:42 PM Markus Neteler <notifications@github.com> wrote:

GRASS GIS 7.8.8RC3

Repository: OSGeo/grass · Tag: 7.8.8RC3 · Commit: ac4ec47 · Released by: neteler

The GRASS GIS 7.8.8RC3 release provides more than 20 improvements and fixes with respect to the release 7.8.8RC2.

What’s Changed…

No worries Markus!. I have no immediate advice on this matter….

But, as long as this isn’t solved, do NOT merge anything on the main!!

On 16 Dec 2022, at 22:46, Markus Neteler <neteler@osgeo.org> wrote:

Hi devs,

Seems we (I) am not releasing not often enough.
Unfortunately I created this tag on “main” rather than “releasebranch_7_8”.

:-((

Any chance to delete this tag?
Under https://github.com/OSGeo/grass/tags and three-dots menu “Delete” is grey out.

Hints welcome,
Markus

On Fri, Dec 16, 2022 at 10:42 PM Markus Neteler <notifications@github.com> wrote:

GRASS GIS 7.8.8RC3

Repository: OSGeo/grass · Tag: 7.8.8RC3 · Commit: ac4ec47 · Released by: neteler

The GRASS GIS 7.8.8RC3 release provides more than 20 improvements and fixes with respect to the release 7.8.8RC2.

What’s Changed…


grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Markus,

maybe try with the command line:

“git push --delete origin 7.8.8RC3”

Even

···

Le 16/12/2022 à 22:46, Markus Neteler a écrit :

Hi devs,

Seems we (I) am not releasing not often enough.
Unfortunately I created this tag on “main” rather than “releasebranch_7_8”.

:-((

Any chance to delete this tag?
Under https://github.com/OSGeo/grass/tags and three-dots menu “Delete” is grey out.

Hints welcome,
Markus

On Fri, Dec 16, 2022 at 10:42 PM Markus Neteler <notifications@github.com> wrote:

GRASS GIS 7.8.8RC3

Repository: OSGeo/grass · Tag: 7.8.8RC3 · Commit: ac4ec47 · Released by: neteler

The GRASS GIS 7.8.8RC3 release provides more than 20 improvements and fixes with respect to the release 7.8.8RC2.

What’s Changed…

_______________________________________________
grass-dev mailing list
[grass-dev@lists.osgeo.org](mailto:grass-dev@lists.osgeo.org)
[https://lists.osgeo.org/mailman/listinfo/grass-dev](https://lists.osgeo.org/mailman/listinfo/grass-dev)

-- 
[http://www.spatialys.com](http://www.spatialys.com)
My software is free, but my time generally not.

Even,

On Sat, Dec 17, 2022 at 12:11 AM Even Rouault
<even.rouault@spatialys.com> wrote:

Markus,

maybe try with the command line:

"git push --delete origin 7.8.8RC3"

I have this local structure:

git remote -v
origin git@github.com:neteler/grass.git (fetch)
origin git@github.com:neteler/grass.git (push)
upstream git@github.com:OSGeo/grass.git (fetch)
upstream git@github.com:OSGeo/grass.git (push)

So I tried with "upstream":

git push --delete upstream 7.8.8RC3
To github.com:OSGeo/grass.git
- [deleted] 7.8.8RC3

It seems to be gone, pfeww!

Thanks for your support,
Markus