Skip to content

Commit b7380af

Browse files
committed
ci: mention Python solver
1 parent 6cceeb3 commit b7380af

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@ At this point, the release of _Timefold Solver Community Edition_ is ready to be
22
Artifacts have been uploaded to a staging repository.
33
Release branch has been created.
44

5-
To finish the release of _Timefold Solver Community Edition_,
6-
please follow the steps below in the given order:
5+
To finish the release of _Timefold Solver_,
6+
please follow the steps below __in the given order__:
77

88
1. [ ] Release the [staging repository on OSSRH](https://s01.oss.sonatype.org/#stagingRepositories).
99
2. [ ] Wait for the artifacts to [reach Maven Central](https://central.sonatype.com/search?q=ai.timefold.solver&smo=true).
1010
3. [ ] [Undraft the release](https://github.com/TimefoldAI/timefold-solver/releases) on Github. This will cause the release tag to be published, enabling the downstream release scripts.
1111
4. [ ] Merge this PR. (Only do this after undrafting the release, otherwise the tag will point to the final SNAPSHOT commit.)
1212
5. [ ] Delete the branch that this PR is based on. (Typically a button appears on this page once the PR is merged.)
13-
6. [ ] Start release automation for [Timefold Quickstarts](https://github.com/TimefoldAI/timefold-quickstarts).
14-
7. [ ] Start release automation for [Timefold Solver Enterprise Edition](https://github.com/TimefoldAI/timefold-solver-enterprise/actions/workflows/release.yml).
15-
8. [ ] After finishing all above release automation, run the [website release automation](https://github.com/TimefoldAI/frontend/actions/workflows/solver-release.yml).
16-
9. [ ] Bump Solver version on [start.spring.io](https://start.spring.io) by submitting a PR to [this file](https://github.com/spring-io/start.spring.io/blob/main/start-site/src/main/resources/application.yml).
13+
6. [ ] Start and complete release automation for [Timefold Solver Enterprise Edition](https://github.com/TimefoldAI/timefold-solver-enterprise/actions/workflows/release.yml).
14+
7. [ ] Start and complete release automation for [Timefold Solver for Python](https://github.com/TimefoldAI/timefold-solver-python/actions/workflows/release.yml).
15+
8. [ ] Start and complete release automation for [Timefold Solver Enterprise Edition for Python](https://github.com/TimefoldAI/timefold-solver-enterprise-python/actions/workflows/release.yml).
16+
9. [ ] Start and complete release automation for [Timefold Quickstarts](https://github.com/TimefoldAI/timefold-quickstarts).
17+
10. [ ] After finishing all above release automation, run the [website release automation](https://github.com/TimefoldAI/frontend/actions/workflows/solver-release.yml).
18+
11. [ ] Bump Solver version on [start.spring.io](https://start.spring.io) by submitting a PR to [this file](https://github.com/spring-io/start.spring.io/blob/main/start-site/src/main/resources/application.yml).
1719

1820
Note: If this is a dry run,
1921
none of the above applies and this PR should not be merged.

README.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ image:https://img.shields.io/github/issues/TimefoldAI/timefold-solver?style=for-
2626
Timefold Solver is an optimization engine evolved from OptaPlanner.
2727
Developed by the original OptaPlanner team, our aim is to free the world of wasteful planning.
2828

29+
This repository contains Timefold Solver for Java.
30+
We also have a version of https://github.com/TimefoldAI/timefold-solver-python[Timefold Solver for Python].
31+
2932
== Get started with Timefold Solver
3033

3134
* https://timefold.ai/docs[Read a Getting Started guide.]
@@ -53,13 +56,6 @@ $ cd timefold-solver
5356
$ mvn clean install -Dquickly
5457
----
5558

56-
. Run the examples:
57-
+
58-
----
59-
$ cd examples
60-
$ mvn exec:java
61-
----
62-
6359

6460
== Contribute
6561

0 commit comments

Comments
 (0)