first commit
testing main branch / support-ed25519-key (push) Canceled after 0s
testing main branch / testing-with-env (push) Canceled after 0s
testing main branch / testing ipv6 (push) Canceled after 0s
testing main branch / some special character (push) Canceled after 0s
testing main branch / testing-capturing-output (push) Canceled after 0s
testing main branch / testing-script-stop (push) Canceled after 0s
testing main branch / windows-binary-download (push) Canceled after 0s
testing main branch / testing-script-error (push) Canceled after 0s
testing main branch / default-user-name-password (push) Canceled after 2s
testing main branch / check-ssh-key (push) Canceled after 2s
testing main branch / support-key-passphrase (push) Canceled after 2s
testing main branch / multiple-server (push) Canceled after 2s
testing stable version / default-user-name-password (push) Canceled after 0s
testing stable version / check-ssh-key (push) Canceled after 0s
testing stable version / support-key-passphrase (push) Canceled after 0s
testing stable version / multiple-server (push) Canceled after 0s
testing stable version / support-ed25519-key (push) Canceled after 0s
testing stable version / testing-with-env (push) Canceled after 0s
testing main branch / support-ed25519-key (push) Canceled after 0s
testing main branch / testing-with-env (push) Canceled after 0s
testing main branch / testing ipv6 (push) Canceled after 0s
testing main branch / some special character (push) Canceled after 0s
testing main branch / testing-capturing-output (push) Canceled after 0s
testing main branch / testing-script-stop (push) Canceled after 0s
testing main branch / windows-binary-download (push) Canceled after 0s
testing main branch / testing-script-error (push) Canceled after 0s
testing main branch / default-user-name-password (push) Canceled after 2s
testing main branch / check-ssh-key (push) Canceled after 2s
testing main branch / support-key-passphrase (push) Canceled after 2s
testing main branch / multiple-server (push) Canceled after 2s
testing stable version / default-user-name-password (push) Canceled after 0s
testing stable version / check-ssh-key (push) Canceled after 0s
testing stable version / support-key-passphrase (push) Canceled after 0s
testing stable version / multiple-server (push) Canceled after 0s
testing stable version / support-ed25519-key (push) Canceled after 0s
testing stable version / testing-with-env (push) Canceled after 0s
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
builds:
|
||||
- # If true, skip the build.
|
||||
# Useful for library projects.
|
||||
# Default is false
|
||||
skip: true
|
||||
|
||||
changelog:
|
||||
use: github
|
||||
groups:
|
||||
- title: Features
|
||||
regexp: "^.*feat[(\\w)]*:+.*$"
|
||||
order: 0
|
||||
- title: "Bug fixes"
|
||||
regexp: "^.*fix[(\\w)]*:+.*$"
|
||||
order: 1
|
||||
- title: "Enhancements"
|
||||
regexp: "^.*chore[(\\w)]*:+.*$"
|
||||
order: 2
|
||||
- title: "Refactor"
|
||||
regexp: "^.*refactor[(\\w)]*:+.*$"
|
||||
order: 3
|
||||
- title: "Build process updates"
|
||||
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
|
||||
order: 4
|
||||
- title: "Documentation updates"
|
||||
regexp: ^.*?docs?(\(.+\))??!?:.+$
|
||||
order: 5
|
||||
- title: Others
|
||||
Reference in New Issue
Block a user