Skip to content

Commit 070fd9e

Browse files
authored
Add link to scheduler example
1 parent 3231d7b commit 070fd9e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ For example, the mentioned `dist` value is a Gradle task in the project.
8484
Can be any Maven goal or other command line arguments.
8585

8686
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.
8888

89+
#### Scheduler workflow example:
90+
https://github.com/artembilan/spring-messaging-build-tools/blob/3231d7b9b4fcd05afff3db32d34aa37565535ccb/samples/schedule-releases.yml#L1-L19
8991

9092
> **Warning**
9193
> 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
107109
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.
108110
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.
109111

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

Comments
 (0)