Hakansv / ais-vd_pi

Write voyage data to ais tranceiver(class A)
GNU General Public License v3.0
0 stars 1 forks source link

Tarball version #6

Closed Hakansv closed 2 years ago

Hakansv commented 2 years ago

@leamas Although the push is tagged the Tarball again has the Git number? Uploading ais-vd-1.4.0+21.305ed06_msvc-10.0.14393-win32.tar.gz: create mode 100644 metadata/ais-vd-1.4-msvc-10.0.14393.xml Could a Tag be done in various ways?

C:\Builds\OCPN\ais-vd_pi>git tag -a -m "Version 1.4.0" 1.4.0
C:\Builds\OCPN\ais-vd_pi>git push origin master

Buster build Win build

bild

Hakansv commented 2 years ago

bild

BTW: Sorry for not using your icon but since you did all the hard work to make it load it was easy to edit a little. Håkan

leamas commented 2 years ago

Although the push is tagged the Tarball again has the Git number?

If so, it is a bug. I shall see if I can reproduce, but later....

Of course you should edit the icon, it was more of a placeholder than anything else.

Hakansv commented 2 years ago

Now learned. After commit and push the Tag needs to be pushed separately. Now clear and fine.

leamas commented 2 years ago

ah... :)

leamas commented 2 years ago

You can also push everything in one go using git push --tags master:master or so.

Hakansv commented 2 years ago

Ok, Thanks. I'll try that next time