Skip to content

Commit

Permalink
Add 3.3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Aug 16, 2024
1 parent 0e9b1a5 commit 462bb9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ It is the default branch in the repository to work around a limitation of GitHub
> Scheduled workflows run on the latest commit on the default or base branch.

Additionally, scheduling will only work for a workflow that exists in the default branch.
To overcome this limitation, this branch contains workflows for every smoke test found in the `3.0.x`, `3.1.x`, `3.2.x` and `main` branches.
To overcome this limitation, this branch contains workflows for every smoke test found in the `3.0.x`, `3.1.x`, `3.2.x`, `3.3.x` and `main` branches.
If you're looking for the smoke tests themselves, please take a look at one of those other branches:

- https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.0.x[3.0.x]
- https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.1.x[3.1.x]
- https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.2.x[3.2.x]
- https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.3.x[3.3.x]
- https://github.com/spring-projects/spring-aot-smoke-tests/tree/main[main]


Expand All @@ -31,6 +32,7 @@ spring-aot-smoke-tests
├── 3.0.x
├── 3.1.x
├── 3.2.x
├── 3.3.x
├── ci
└── main
----
Expand All @@ -49,13 +51,14 @@ git clone https://github.com/spring-projects/spring-aot-smoke-tests ci
cd ci
----

Now, create worktrees for the `3.0.x`, `3.1.x`, `3.2.x`, and `main` branches:
Now, create worktrees for the `3.0.x`, `3.1.x`, `3.2.x`, `3.3.x`, and `main` branches:

[source,]
----
git worktree add ../3.0.x 3.0.x
git worktree add ../3.1.x 3.1.x
git worktree add ../3.2.x 3.2.x
git worktree add ../3.3.x 3.3.x
git worktree add ../main main
----

Expand Down

0 comments on commit 462bb9a

Please sign in to comment.