Re: [phpMyAdmin Developers] Library version numbers
Michal Čihař <[email protected]> Fri, 11 Jan 2019 14:40:50 +0100
| Newsgroups | gmane.comp.php.phpmyadmin.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi On Tue, 2019-01-08 at 15:44 -0500, Isaac Bennetch wrote: > Our library project version numbers are a bit of a mess right now. We > maintain sql-parser, motranslator, and shapefile. > > For sql-parser, we use git tags of the style "v4.3.1" and I'd like to > get rid of the "v" so tags are simply "5.0.0" and so on. This might > require a tweak to our infrastructure to create the GitHub release > (https://github.com/phpmyadmin/sql-parser/releases). The code strips "v" prefix if present, so no change should be needed: https://github.com/phpmyadmin/scripts/blob/380d37a255ed1efaf95612747ec3d191a47cdd4b/hooks/create_release.php#L24-L27 > The other two use x.y style release names, and I'd like to add a > patch > version so all tags moving forward are three numbers (x.y.z). > > > Any comments, support, or objections? Sounds good to make it consistent. -- Michal Čihař | https://cihar.com/ | https://weblate.org/ _______________________________________________ Developers mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/developers
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEh+Zzr4P2w6DDRMjD9KoinU1YwkUFAlw4nOIACgkQ9KoinU1Y wkU0LxAAlIx7rA464lxg55PERSv5uZuw+fdBMrdklhsNDriWc88Cw+FoMLhcJtsk nbOcz9r86fryq+0Y2lwjWh+LnoPWsdaZN2TTh7Wj8MV6Rf6JcLef791oZwjy0/1C JvQ4HAYRYMU6PhnDeqZhQ79YtkVaX63DHi/Z1DIlrEpZ1leCQi3jpBTTXkXzLiOh 3bt5qzYrFX5JozoBH4+zUtNxgrBA+iJKJpp4GLUzLCG7uq+bt3JufO7PDkbD6E0F 6KdMB2m4prdjwYqnsRjxGqCpY5yoLTHpBHj7i8d9AXsHHs8dYx59X0+xZdqFmZ3V LdetRZTKWmWqeuP5NEp0tgh5rFQMaXW1JZzcDJNhd79+BpnZttroLU4oHIzeAHuw LKbOl4Nnzw+PzaiQKp2NNgGt5sQP1ZiNRPnwDECBiQ6TRNwu5BDZfd+coPpq054i I4Exx4BjIf4VeOr0JOo5Rt5VKPSvCbzRJ9v7IsI/MPyI1foLUUBjPrZ3ibUboiD2 JDF68KY7FJhYSc5/Hh9CoeGBJO8Oq7rDsWnROjxYY8y6GRUzgMT/zvLs1crRcZ80 jKilfT8+27o7gzsci2e4aRiNMTWJ8ijqK9Y0HKO7hnDA0ZvXQIRnlIjeNrd14DXP ekqdZ7iwNv9OVY0FI2YPnTYbMLxPZyIR9vpGQHkyJ5hLZZgMoPk= =9Jl4 -----END PGP SIGNATURE-----