Skip to content

Commit 4c1bb73

Browse files
committed
chore(github): move v14 to main branch
1 parent 16634f3 commit 4c1bb73

File tree

5 files changed

+6
-81
lines changed

5 files changed

+6
-81
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: Verify v14-alpha
33
on:
44
pull_request:
55
branches:
6-
- v14-alpha
7-
- rust/dev
6+
- main
87
push:
98
branches:
10-
- v14-alpha
11-
- rust/dev
9+
- main
1210

1311
jobs:
1412
lint-and-test:

.github/workflows/deploy-site.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/test-site.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"changelog": "npm exec auto-changelog -- --stdout --commit-limit false --unreleased --breaking-pattern 'BREAKING CHANGE:' --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
55
"commitMessage": "chore(release): ${version}",
66
"push": false,
7-
"requireBranch": "v14-alpha",
7+
"requireBranch": "main",
88
"tag": true
99
},
1010
"github": {

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<br><a href="https://jamiemason.github.io/syncpack">https://jamiemason.github.io/syncpack</a>
77
</p>
88

9+
> [!NOTE]
10+
> This is the README for v14-alpha, a Rust rewrite which is due to replace [`v13.x.x`](https://github.com/JamieMason/syncpack/tree/13.x.x?tab=readme-ov-file#syncpack)
11+
912
## Installation
1013

1114
```bash

0 commit comments

Comments
 (0)