Última atividade 1756817974

silver revisou este gist 1756817973. Ir para a revisão

1 file changed, 6 insertions

cleanup.sh(arquivo criado)

@@ -0,0 +1,6 @@
1 + #!/bin/bash
2 +
3 + brew install hub
4 + git clone git@github.com:username/reponame
5 + cd reponame
6 + hub release -f "%T (%S) %n" --include-drafts | grep " (draft)" | awk '{print $1}' | xargs -t -n1 hub release delete
Próximo Anterior