Skip to content

Commit 6f24f47

Browse files
prestwichclaude
andauthored
chore: update branch references for main/legacy rename (ENG-2105) (#125)
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 b6b8cb9 commit 6f24f47

4 files changed

Lines changed: 10 additions & 5 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]
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ We maintain code quality and style standards, and require commit signing. This
2222
option allows us to make small changes to your PR to bring it in line with
2323
these standards. It helps us get your PR in faster, and with less work from you.
2424

25+
### Branching
26+
27+
PRs should target the `main` branch by default. The `legacy` branch is under
28+
long-term maintenance and accepts maintenance and backport PRs.
29+
2530
## Development Basics
2631

2732
Before submitting a PR we recommend you run the following commands to ensure

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)