Skip to content

Commit 05d379b

Browse files
committed
ci: address various issues
1 parent 92b3cf4 commit 05d379b

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ updates:
2424
- package-ecosystem: "github-actions"
2525
directory: "/"
2626
schedule:
27-
interval: "daily"
27+
interval: daily
28+
time: '07:00'

.github/workflows/downstream_enterprise.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
run: ./timefold-solver/.github/scripts/check_chain_repo.sh
3838
- name: Checkout timefold-solver-enterprise
3939
uses: actions/checkout@v4
40+
env:
41+
GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
4042
with:
4143
repository: ${{ env.TARGET_CHAIN_USER }}/${{ env.TARGET_CHAIN_REPO }}
4244
ref: ${{ env.TARGET_CHAIN_BRANCH }}

.github/workflows/release-changelog-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Timefold Solver Community Edition_ is an open source project, and you are more
1313
For more, see [Contributing](https://github.com/TimefoldAI/timefold-solver/blob/main/CONTRIBUTING.adoc).
1414

1515
Should your business need to scale to truly massive data sets or require enterprise-grade support,
16-
check out [_Timefold Solver Enterprise Edition_](https://github.com/TimefoldAI/timefold-solver-enterprise/releases).
16+
check out [_Timefold Solver Enterprise Edition_](https://timefold.ai/pricing).
1717

1818
# How to use Timefold Solver
1919

.github/workflows/release-pr-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ please follow the steps below in the given order:
1212
5. [ ] Merge this PR. (Only do this after undrafting the release, otherwise the tag will point to the final SNAPSHOT commit.)
1313
6. [ ] Delete the branch that this PR is based on. (Typically a button appears on this page once the PR is merged.)
1414
7. [ ] Start release automation for [Timefold Quickstarts](https://github.com/TimefoldAI/timefold-quickstarts).
15-
8. [ ] Start release automation for [Timefold Solver Enterprise Edition](https://github.com/TimefoldAI/timefold-solver-enterprise).
15+
8. [ ] Start release automation for Timefold Solver Enterprise Edition.
1616

1717
Note: If this is a dry run,
1818
none of the above applies and this PR should not be merged.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
A new version of Timefold Solver was released.
2+
This PR bumps the version of Timefold Solver on start.spring.io to the latest version.
3+
4+
This PR was created by an automated release workflow.
5+
With any questions or concerns, please contact @triceo or someone else from @TimefoldAI.
6+
7+
Thank you for your time.

.github/workflows/release-spring-initializr.yml renamed to .github/workflows/release-spring.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Updates Spring Initializr when a new version of Timefold Solver is released.
2-
name: Update Spring Initializr
1+
# Updates start.spring.io when a new version of Timefold Solver is released.
2+
name: Update start.spring.io
33
on:
44
push:
55
tags:
@@ -45,4 +45,4 @@ jobs:
4545
../timefold-solver/.github/scripts/sprint_initializr_bump_solver.sh
4646
git add $SPRING_INITIALIZR_YAML_FILE_PATH
4747
git commit -m "Upgrade to Timefold Solver $TIMEFOLD_SOLVER_VERSION"
48-
gh pr create --title "Upgrade to Timefold Solver $TIMEFOLD_SOLVER_VERSION" --body "CC @triceo"
48+
gh pr create --head $(git branch --show-current) --title "Upgrade to Timefold Solver $TIMEFOLD_SOLVER_VERSION" --body-file .github/workflows/release-pr-spring-body.md

README.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For more, see link:CONTRIBUTING.adoc[Contributing].
7171
There are 2 editions of Timefold Solver:
7272

7373
- Timefold Solver Community Edition (CE) (this repo).
74-
- https://github.com/TimefoldAI/timefold-solver-enterprise[Timefold Solver Enterprise Edition (EE)], a licensed version of Timefold Solver.
74+
- https://timefold.ai/pricing[Timefold Solver Enterprise Edition (EE)], a licensed version of Timefold Solver.
7575

7676
=== Key Features of Timefold Solver Enterprise Edition (EE)
7777

@@ -81,7 +81,10 @@ There are 2 editions of Timefold Solver:
8181

8282
=== Licensing and Usage
8383

84-
While the source code for the community edition is available under the Apache License 2.0 here, please note that the Enterprise Edition is not open source. If you wish to use the Enterprise Edition in a production environment, please https://timefold.ai/company/contact/[contact Timefold] to obtain the appropriate license.
84+
Unlike the ASL-licensed Community Edition in this repo,
85+
the Enterprise Edition is not open source.
86+
If you wish to use the Enterprise Edition in a production environment,
87+
please https://timefold.ai/company/contact/[contact Timefold] to obtain the appropriate license.
8588

8689
== Legal notice
8790

0 commit comments

Comments
 (0)