From 070fd9eae9dc2b3cbfef1b807bfdd83c3c014f83 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 17 Nov 2023 16:01:27 -0500 Subject: [PATCH] Add link to scheduler example --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7d9971..ea26202 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,10 @@ For example, the mentioned `dist` value is a Gradle task in the project. Can be any Maven goal or other command line arguments. 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. -Such a release workflow can also be scheduled (`cron`, fo example) against branches matrix: +Such a release workflow can also be scheduled (`cron`, fo example) against branches matrix. +#### Scheduler workflow example: +https://github.com/artembilan/spring-messaging-build-tools/blob/3231d7b9b4fcd05afff3db32d34aa37565535ccb/samples/schedule-releases.yml#L1-L19 > **Warning** > 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 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. 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. -See more information in the [Reusing Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows). \ No newline at end of file +See more information in the [Reusing Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows).