From 31d55db16548940c3042bb059528cc86d47441a1 Mon Sep 17 00:00:00 2001 From: Ashton Stephens Date: Sat, 28 Oct 2023 01:41:28 -0400 Subject: [PATCH] Change default branch references from master to main (#113) --- .github/workflows/deploy.yml | 2 +- src/nakamoto-signer-developer-guide.md | 4 ++-- src/sbtc-releases/sbtc-dev.md | 2 +- src/sbtc-roadmap.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2261a80..95ac641 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy on: push: branches: - - master + - main jobs: deploy: diff --git a/src/nakamoto-signer-developer-guide.md b/src/nakamoto-signer-developer-guide.md index ab0490a..ff35ea3 100644 --- a/src/nakamoto-signer-developer-guide.md +++ b/src/nakamoto-signer-developer-guide.md @@ -39,10 +39,10 @@ cd stacks-blockchain/stacks-signer 3. Checkout the appropriate release branch you wish to use if you are not using the default main branch ```console -git checkout master +git checkout main ``` -4. Compile the signer binary: +4. Compile the signer binary: Note the binary path defaults to `target/release/stacks-signer`. ```console diff --git a/src/sbtc-releases/sbtc-dev.md b/src/sbtc-releases/sbtc-dev.md index 6618137..eba84e6 100644 --- a/src/sbtc-releases/sbtc-dev.md +++ b/src/sbtc-releases/sbtc-dev.md @@ -26,7 +26,7 @@ graph TD; ## sBTC Developer release reference implementation plan -The reference implementation of the sBTC developer release, codenamed Alpha Romeo, is currently under implementation in [this repository](https://github.com/stacks-network/sbtc/tree/master/romeo). +The reference implementation of the sBTC developer release, codenamed Alpha Romeo, is currently under implementation in [this repository](https://github.com/stacks-network/sbtc/tree/main/romeo). Every piece of functionality that is being worked on is formulated as [issues](https://github.com/stacks-network/sbtc/issues) with the [sBTC DR] prefix and `alpha-romeo` label. For anyone interested in tracking the high-level progress of the Alpha Romeo work, these key issues should provide a good view in how things are progressing. diff --git a/src/sbtc-roadmap.md b/src/sbtc-roadmap.md index a4b2c6e..6e2510f 100644 --- a/src/sbtc-roadmap.md +++ b/src/sbtc-roadmap.md @@ -40,7 +40,7 @@ gantt sBTC Releases : doc3, after doc1, 2w sBTC Developer guides : doc4, after doc2, 4w sBTC Nakamoto : doc5, 2023-12-01, 8w - + ``` Each effort in the roadmap represents a key aspect of our development process. The following sections provide more detail about what we aim to achieve with each effort.