ShellService=>CorrectedShellService

This commit is contained in:
idk
2021-12-04 16:16:06 -05:00
parent a46870bb72
commit d1d2721e36

View File

@ -172,6 +172,9 @@ release: version upload checkinstall upload-single-deb plugins upload-su3s uploa
version:
cat README.md | gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -
delete-version:
gothub delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION)
edit:
cat README.md | gothub edit -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -