Skip to content

fix(deps): update dependency org.springframework:spring-framework-bom… #221

fix(deps): update dependency org.springframework:spring-framework-bom…

fix(deps): update dependency org.springframework:spring-framework-bom… #221

Workflow file for this run

#name: Changelog
#on:
# push:
# branches:
# - "release/**"
#jobs:
# changelog:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 0
#
# - name: Generate changelog
# uses: BobAnkh/auto-generate-changelog@master
# with:
# ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
# BRANCH: ${{ github.head_ref }}
# COMMIT_MESSAGE: 'docs(CHANGELOG): update changelog'
# SUPPRESS_UNSCOPED: false
# TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements'