Skip to content

Commit dbd138b

Browse files
authored
Fix typo for link in README
1 parent 5ce2629 commit dbd138b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The logic of this release workflow:
6969
This job stages released artifacts using JFrog CLI into `libs-staging-local` repository on Spring Artifactory and commits `Next development version` to the branch we are releasing against
7070
- The next job is to [verify staged artifacts](#verify-staged-artifacts)
7171
- When verification is successful, next job promotes release from staging either to `libs-milestone-local` or `libs-release-local`(and Maven Central) according to the releasing version schema
72-
- Then `[spring-finalize-release.yml](.github%2Fworkflows%2Fspring-finalize-release.yml)` job is executed, which generates release notes using [Spring Changelog Generator](https://github.com/spring-io/github-changelog-generator) excluding repository admins from `Contributors` section.
72+
- Then [spring-finalize-release.yml](.github/workflows/spring-finalize-release.yml) job is executed, which generates release notes using [Spring Changelog Generator](https://github.com/spring-io/github-changelog-generator) excluding repository admins from `Contributors` section.
7373
The `gh release create` command is performed on a tag for just released version.
7474
And in the end the milestone is closed and specific Slack channel is notified about release.
7575

0 commit comments

Comments
 (0)