daviddoesminetest / rangedweapons

a mod that adds ranged weapons to minetest.
6 stars 4 forks source link

Unpack all the Zips #1

Open Beanzilla opened 3 years ago

Beanzilla commented 3 years ago

Here's how I would do it.

Make a temp directory and put all the zips into there... then unzip one at a time into this directory doing git add --all then git commit -m "v0.2" (For 0.2 in example) in between the unzips. Then just repeat for the remaining versions that are zipped up.

When you do the final git push then someone could do any of the following:

This will help others like me who may want to help if an issue occurs.

Not only that but if you do git push in between unzips you could then also make "releases" which will provide tags for folks to use to grab archived zips. (Which is done automatically by git, but it's by releases/tags)