mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
chore: test ci
This commit is contained in:
parent
6edaf58110
commit
9c1daac0c0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -29,10 +29,12 @@ jobs:
|
|||
additional_packages: |
|
||||
[
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/git"
|
||||
]
|
||||
plugins: |
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/git",
|
||||
"@semantic-release/github",
|
||||
"@semantic-release/release-notes-generator"
|
||||
|
|
Loading…
Reference in a new issue