You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,13 +82,12 @@ This job stages released artifacts using JFrog Artifactory plugin into `libs-sta
82
82
- Then [spring-finalize-release.yml](.github/workflows/spring-finalize-release.yml) job is executed, which tags release into GitHub, commits next development version, generates release notes using [Spring Changelog Generator](https://github.com/spring-io/github-changelog-generator) excluding repository admins from `Contributors` section.
83
83
The `gh release create` command is performed on a tag for a just released version.
84
84
Then `spring.io` project page is updated for a newly released version.
85
-
(The [spring-website-project-version-update](.github/actions/spring-website-project-version-update) local action is implemented for this goal).
86
85
And in the end the milestone closed, and specific Google Space notified about release (if `SPRING_RELEASE_CHAT_WEBHOOK_URL` secret is present in the repository).
> The [spring-artifactory-gradle-release.yml](.github/workflows/spring-artifactory-gradle-release.yml) (and [spring-artifactory-maven-release.yml](.github/workflows/spring-artifactory-maven-release.yml)) already uses 3 of 4 levels of nested reusable workflows.
108
107
> Where the caller workflow is the last one.
109
-
> Therefore don't try to reuse your caller workflow.
108
+
> Therefore, don't try to reuse your caller workflow.
110
109
111
110
## Verify Staged Artifacts
112
111
113
112
The `verify-staged` job expects an optional `verifyStagedWorkflow` input (the `verify-staged-artifacts.yml`, by default) workflow supplied from the target project.
114
113
For example, [Spring Integration for AWS](https://github.com/spring-projects/spring-integration-aws) uses `jfrog rt download` command to verify that released `spring-integration-aws-${{ inputs.releaseVersion }}.jar` is valid.
115
-
Other projects may check out their samples repository and set up release version to perform smoke tests against just staged artifacts.
114
+
Other projects may check out their samples repository and set up a release version to perform smoke tests against just staged artifacts.
0 commit comments