You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider making some kind of releases. linuxdeploy for instance uses point releases based on the current date. This allows users to use a known-working state. Also, it allows for a/b testing of changes.
Your GitHub actions CI pipeline already supports this use case because it uses pyuploadtool to upload the binaries. All you need to do is push a tag, the CI handles the creation of the release on GitHub along with a binary built from this tag.
The text was updated successfully, but these errors were encountered:
P.S.: If this is too much effort for you, I'd like to invite you to move this project into the linuxdeploy organization so that other maintainers (well, currently me) can handle such chores. Of course, you'd be admin of the repository and can move it out of the organization if you feel like this is not working for you. It is not necessary to do so, it's just an offer.
P.S.: If this is too much effort for you, I'd like to invite you to move this project into the linuxdeploy organization so that other maintainers (well, currently me) can handle such chores.
Please consider making some kind of releases. linuxdeploy for instance uses point releases based on the current date. This allows users to use a known-working state. Also, it allows for a/b testing of changes.
Your GitHub actions CI pipeline already supports this use case because it uses pyuploadtool to upload the binaries. All you need to do is push a tag, the CI handles the creation of the release on GitHub along with a binary built from this tag.
The text was updated successfully, but these errors were encountered: