mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 16:55: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
|
prerelease: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
plugins: |
|
additional_packages: |
|
||||||
[
|
[
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
|
]
|
||||||
|
plugins: |
|
||||||
|
[
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
"@semantic-release/exec",
|
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
"@semantic-release/gitlab",
|
"@semantic-release/github",
|
||||||
"@semantic-release/release-notes-generator"
|
"@semantic-release/release-notes-generator"
|
||||||
]
|
]
|
||||||
#dry_run: true
|
#dry_run: true
|
||||||
|
|
Loading…
Reference in a new issue