mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
commit
574a99d278
3 changed files with 28 additions and 13 deletions
20
.github/workflows/docker-publish.yml
vendored
20
.github/workflows/docker-publish.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
"@semantic-release/github",
|
||||
"@semantic-release/release-notes-generator"
|
||||
]
|
||||
dry_run: true
|
||||
dry_run: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -63,16 +63,16 @@ jobs:
|
|||
# build-args: |
|
||||
# VERSION=${{ steps.semantic.outputs.release-version }}
|
||||
|
||||
- name: Publish tag
|
||||
uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
with:
|
||||
tag: ${{ steps.semantic.outputs.release-version }}
|
||||
message: |
|
||||
${{ steps.semantic.outputs.name }}
|
||||
#- name: Publish tag
|
||||
# uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
|
||||
# with:
|
||||
# tag: ${{ steps.semantic.outputs.release-version }}
|
||||
# message: |
|
||||
# ${{ steps.semantic.outputs.name }}
|
||||
|
||||
${{ steps.semantic.outputs.release-notes }}
|
||||
#TODO: force_push_tag is true for debug purpose only
|
||||
force_push_tag: true
|
||||
# ${{ steps.semantic.outputs.release-notes }}
|
||||
# #TODO: force_push_tag is true for debug purpose only
|
||||
# force_push_tag: true
|
||||
|
||||
outputs:
|
||||
version: ${{ steps.semantic.outputs.release-version }}
|
||||
|
|
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 1.0.0-development.1 (2023-08-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* make id 'lastName' in findOwners.html unique ([5b0f037](https://github.com/justrp/spring-petclinic/commit/5b0f037d06de2c9ad3be4fdf52402ddb5667e2da))
|
||||
* something ([28b713f](https://github.com/justrp/spring-petclinic/commit/28b713f4aa8a7f5c7c16b0c21c4334476dee9549))
|
||||
* something ([2663b4d](https://github.com/justrp/spring-petclinic/commit/2663b4df8c9c307912026e02fb645f3ec4fdcda4))
|
||||
* something ([7786a69](https://github.com/justrp/spring-petclinic/commit/7786a69c3759f24e0dafd08007cddae213e71acb))
|
||||
* something ([7a04b2e](https://github.com/justrp/spring-petclinic/commit/7a04b2e8c1383d541521ce1dcec128755a871522))
|
||||
* something ([811741a](https://github.com/justrp/spring-petclinic/commit/811741a748767b8eb1698166306c64bc9902df13))
|
||||
* something ([43e6e86](https://github.com/justrp/spring-petclinic/commit/43e6e86dc0eaf996aec1365b5dca2d81bd5c8fea))
|
||||
|
||||
|
||||
### Reverts
|
||||
|
||||
* Revert "Make jar not war" ([6163868](https://github.com/justrp/spring-petclinic/commit/616386803ce00784c82ca4453bb569f72917ffee))
|
||||
* Revert "Jetty 9.3 support" ([482eeb1](https://github.com/justrp/spring-petclinic/commit/482eeb1c217789b5d772f5c15c3ab7aa89caf279))
|
|
@ -9,6 +9,3 @@ FROM eclipse-temurin@sha256:e90e0d654765ab3ae33f5c5155daafa4a907d0d738ce98c3be8f
|
|||
ENV PORT 8080
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/build/libs/*jar .
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue