23bd972bfcf52bf00cbb7f7f62b2bb06c2efa5b4
2
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
823bd89e13 |
ci: trigger GitHub Actions workflows only on version tags
Goreleaser / goreleaser (push) Has been cancelled
testing main branch / default-user-name-password (push) Has been cancelled
testing main branch / check-ssh-key (push) Has been cancelled
testing main branch / support-key-passphrase (push) Has been cancelled
testing main branch / multiple-server (push) Has been cancelled
testing main branch / support-ed25519-key (push) Has been cancelled
testing main branch / testing-with-env (push) Has been cancelled
testing main branch / testing ipv6 (push) Has been cancelled
testing main branch / some special character (push) Has been cancelled
testing main branch / testing-capturing-output (push) Has been cancelled
testing main branch / testing-script-stop (push) Has been cancelled
testing main branch / testing-script-error (push) Has been cancelled
testing stable version / check-ssh-key (push) Has been cancelled
testing stable version / support-key-passphrase (push) Has been cancelled
testing stable version / multiple-server (push) Has been cancelled
testing stable version / support-ed25519-key (push) Has been cancelled
testing stable version / testing-with-env (push) Has been cancelled
testing stable version / default-user-name-password (push) Has been cancelled
- Restrict the GitHub Actions workflow to trigger only on tags matching the pattern vMAJOR.MINOR.PATCH Signed-off-by: appleboy <appleboy.tw@gmail.com> |
||
|
|
25ce8cbbcb |
ci: implement automated release workflow with GoReleaser
testing main branch / default-user-name-password (push) Failing after 6m27s
testing main branch / multiple-server (push) Failing after 10s
testing main branch / support-key-passphrase (push) Failing after 9s
testing main branch / support-ed25519-key (push) Failing after 9s
testing main branch / check-ssh-key (push) Failing after 7m5s
testing main branch / testing-with-env (push) Failing after 9s
testing main branch / testing ipv6 (push) Failing after 51s
testing stable version / default-user-name-password (push) Failing after 51s
testing stable version / support-key-passphrase (push) Failing after 13s
testing stable version / multiple-server (push) Failing after 9s
testing stable version / support-ed25519-key (push) Failing after 12s
testing stable version / testing-with-env (push) Failing after 17s
testing stable version / check-ssh-key (push) Failing after 1m1s
Goreleaser / goreleaser (push) Failing after 14m19s
- Add GitHub Actions workflow for GoReleaser - Configure GoReleaser to skip builds - Set up changelog groups for features, bug fixes, enhancements, refactors, build process updates, and documentation updates Signed-off-by: appleboy <appleboy.tw@gmail.com> |