Skip to content

Commit 4f6ea5b

Browse files
prestwichclaude
andauthored
chore: update branch references for main/legacy rename (ENG-2105) (#124)
Update CI triggers, CLAUDE.md, CONTRIBUTING.md, and README.md to reflect the branch rename: develop → main, main → legacy. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7d0a118 commit 4f6ea5b

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI # Continuous Integration
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main, develop]
6+
branches: [main, legacy]
77
pull_request:
88

99
# simplest example of using the rust-base action

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Branches
44

5-
The `main` branch is in maintenance and bug-fix mode. The `develop` branch
6-
contains current work.
5+
The `main` branch contains current work. The `legacy` branch is under
6+
long-term maintenance and may receive active work.
77

88
## Commands
99

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ these standards. It helps us get your PR in faster, and with less work from you.
2424

2525
### Branching
2626

27-
PRs should target the `develop` branch. The `main` branch is reserved for
28-
stable releases and receives merges from `develop` at release boundaries.
27+
PRs should target the `main` branch by default. The `legacy` branch is under
28+
long-term maintenance and accepts maintenance and backport PRs.
2929

3030
## Development Basics
3131

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![CI](https://github.com/init4tech/node-components/actions/workflows/rust.yml/badge.svg)](https://github.com/init4tech/node-components/actions/workflows/rust.yml)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
55

6-
> **Note:** The `main` branch is in maintenance and bug-fix mode. The
7-
> `develop` branch contains current work.
6+
> **Note:** The `legacy` branch is under long-term maintenance and may receive
7+
> active work. The `main` branch contains current work.
88
99
A collection of components for building the Signet node. These components
1010
implement core node functionality, but are potentially independently useful.

crates/host-reth/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors.workspace = true
88
license.workspace = true
99
homepage.workspace = true
1010
repository.workspace = true
11+
publish = false
1112

1213
[dependencies]
1314
signet-node-types.workspace = true

crates/node-tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors.workspace = true
77
license.workspace = true
88
homepage.workspace = true
99
repository.workspace = true
10+
publish = false
1011

1112
[dependencies]
1213
signet-blobber = { workspace = true, features = ["test-utils"] }

0 commit comments

Comments
 (0)