Skip to content

Commit 79c879c

Browse files
prestwichclaude
andcommitted
chore: update branch references for main/legacy rename (ENG-2105)
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 6ab1327 commit 79c879c

4 files changed

Lines changed: 7 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.

0 commit comments

Comments
 (0)