Merge branch '5.6.x' into 5.7.x
This commit is contained in:
commit
31fd098b8e
|
@ -64,7 +64,6 @@ jobs:
|
|||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
./gradlew :updateProjectVersion
|
||||
./gradlew :spring-security-docs:antoraUpdateVersion
|
||||
updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
|
||||
git commit -am "Release $updatedVersion"
|
||||
git tag $updatedVersion
|
||||
|
|
Loading…
Reference in New Issue