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: .github/workflows/release-pr-body.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,20 @@ At this point, the release of _Timefold Solver Community Edition_ is ready to be
2
2
Artifacts have been uploaded to a staging repository.
3
3
Release branch has been created.
4
4
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__:
7
7
8
8
1.[ ] Release the [staging repository on OSSRH](https://s01.oss.sonatype.org/#stagingRepositories).
9
9
2.[ ] Wait for the artifacts to [reach Maven Central](https://central.sonatype.com/search?q=ai.timefold.solver&smo=true).
10
10
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.
11
11
4.[ ] Merge this PR. (Only do this after undrafting the release, otherwise the tag will point to the final SNAPSHOT commit.)
12
12
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).
17
19
18
20
Note: If this is a dry run,
19
21
none of the above applies and this PR should not be merged.
0 commit comments