Add "latest" capability #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gitea package registry only works with package version, and each version can only have one file. We can work around this by having a
latest
package, and make the program delete and then reupload the binary to thelatest
version each time the script is run.Should be resonably simple, make a
delete
http request onlatest
, then follow up with aput
request as already in the code.