Replies: 2 comments 2 replies
-
I do not know. I put the ZIP file as "code" into the repository because I have to create it anyhow to test it locally. And real releases are published in ModHub. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The benefit of the ZIP in the repository is that it is versioned. It is easy for everybody to switch back to an old version. I do not want to loose this feature. But creating several released per day does not seem right for me as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In general not recommended to upload the release files as a zip and put it into the repository.
A great alternative would be to use a continuous integration and zip the files and place it into the release tab automatically.
This can happen as fixed releases with version numbers based on tags.
And/ or a development release which will update itself automatically.
If you need help or are interested i can set it up for you and create a Pull Request.
Beta Was this translation helpful? Give feedback.
All reactions