Skip to content

Commit 852dd2f

Browse files
committed
chore(github): move to 13.x.x branch
1 parent bc2cf36 commit 852dd2f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: verify
22

33
on:
44
pull_request:
5+
branches:
6+
- 13.x.x
57
push:
8+
branches:
9+
- 13.x.x
610

711
jobs:
812
all:

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaults:
88
on:
99
push:
1010
branches:
11-
- main
11+
- 13.x.x
1212
# Review gh actions docs if you want to further define triggers, paths, etc
1313
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
1414

.github/workflows/test-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaults:
88
on:
99
push:
1010
branches:
11-
- main
11+
- 13.x.x
1212

1313
jobs:
1414
test-deploy:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# syncpack
22

33
<p align="center">
4-
<img src="https://jamiemason.github.io/syncpack/logo.svg" width="200" height="179" alt="">
4+
<img src="https://jamiemason.github.io/syncpack/logo.svg" width="134" height="120" alt="">
55
<br>Consistent dependency versions in large JavaScript Monorepos.
66
<br><a href="https://jamiemason.github.io/syncpack">https://jamiemason.github.io/syncpack</a>
77
</p>
88

9-
> [!TIP]
10-
> 🦀 A Rust rewrite is available to try at [`npm install -g syncpack@alpha`](https://github.com/JamieMason/syncpack/releases?q=14.0.0)
9+
> [!NOTE]
10+
> This is the README for v13, it will be replaced by a Rust rewrite which is available to try at [`npm install -g syncpack@alpha`](https://github.com/JamieMason/syncpack/tree/14.0.0-alpha.11?tab=readme-ov-file#syncpack)
1111
1212
## Installation
1313

1414
```bash
15-
npm install --save-dev syncpack
15+
npm install --save-dev syncpack@13
1616
```
1717

1818
## Commands

0 commit comments

Comments
 (0)