mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
chore: test ci
This commit is contained in:
parent
e7319e44d7
commit
6edaf58110
1 changed files with 5 additions and 3 deletions
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
|
@ -26,13 +26,15 @@ jobs:
|
|||
prerelease: true
|
||||
}
|
||||
]
|
||||
plugins: |
|
||||
additional_packages: |
|
||||
[
|
||||
"@semantic-release/changelog",
|
||||
]
|
||||
plugins: |
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/exec",
|
||||
"@semantic-release/git",
|
||||
"@semantic-release/gitlab",
|
||||
"@semantic-release/github",
|
||||
"@semantic-release/release-notes-generator"
|
||||
]
|
||||
#dry_run: true
|
||||
|
|
Loading…
Reference in a new issue