mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
chore: test ci
This commit is contained in:
parent
fe130f52c8
commit
c3ecf967d5
1 changed files with 8 additions and 0 deletions
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
|
@ -26,6 +26,14 @@ jobs:
|
|||
prerelease: true
|
||||
}
|
||||
]
|
||||
plugins:
|
||||
- "@semantic-release/changelog"
|
||||
- "@semantic-release/commit-analyzer"
|
||||
- - "@semantic-release/exec"
|
||||
- verifyReleaseCmd: "echo \${nextRelease.version} > VERSION.txt"
|
||||
- "@semantic-release/git"
|
||||
- "@semantic-release/gitlab"
|
||||
- "@semantic-release/release-notes-generator"
|
||||
#dry_run: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue