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
+4-2
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,10 @@ For example, the mentioned `dist` value is a Gradle task in the project.
84
84
Can be any Maven goal or other command line arguments.
85
85
86
86
In the end you just need to go to the `Actions` tab on your project, press `Run workflow` on your release workflow and choose a branch from drop-down list to release currently scheduled Milestone against.
87
-
Such a release workflow can also be scheduled (`cron`, fo example) against branches matrix:
87
+
Such a release workflow can also be scheduled (`cron`, fo example) against branches matrix.
> The [spring-artifactory-release.yml](.github/workflows/spring-artifactory-release.yml) already uses 3 of 4 levels of nested reusable workflows.
@@ -107,4 +109,4 @@ Gradle projects must not manage `com.jfrog.artifactory` plugin anymore: the `jf
107
109
In addition, the [spring-artifactory-gradle-snapshot.yml](.github/workflows/spring-artifactory-gradle-snapshot.yml) and [spring-artifactory-gradle-release-staging.yml](.github/workflows/spring-artifactory-gradle-release-staging.yml) add `spring-project-init.gradle` script to provide an `artifactory` plugin settings for artifacts publications.
108
110
This script also adds a `nextDevelopmentVersion` task which is used when release has been staged and job is ready to push `Next development version` commit.
109
111
110
-
See more information in the [Reusing Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows).
112
+
See more information in the [Reusing Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows).
0 commit comments