Skip to content

Commit ed5534b

Browse files
committed
fix(README): update branch references from master to main
1 parent 179e827 commit ed5534b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<img src="https://img.shields.io/github/release-pre/bsv-blockchain/go-bsv-middleware?logo=github&style=flat" alt="Latest Release">
1818
</a><br/>
1919
<a href="https://github.com/bsv-blockchain/go-bsv-middleware/actions">
20-
<img src="https://img.shields.io/github/actions/workflow/status/bsv-blockchain/go-bsv-middleware/fortress.yml?branch=master&logo=github&style=flat" alt="Build Status">
20+
<img src="https://img.shields.io/github/actions/workflow/status/bsv-blockchain/go-bsv-middleware/fortress.yml?branch=main&logo=github&style=flat" alt="Build Status">
2121
</a><br/>
2222
<a href="https://github.com/bsv-blockchain/go-bsv-middleware/actions">
2323
<img src="https://github.com/bsv-blockchain/go-bsv-middleware/actions/workflows/codeql-analysis.yml/badge.svg?style=flat" alt="CodeQL">
@@ -30,8 +30,8 @@
3030
<a href="https://goreportcard.com/report/github.com/bsv-blockchain/go-bsv-middleware">
3131
<img src="https://goreportcard.com/badge/github.com/bsv-blockchain/go-bsv-middleware?style=flat" alt="Go Report Card">
3232
</a><br/>
33-
<a href="https://codecov.io/gh/bsv-blockchain/go-bsv-middleware/tree/master">
34-
<img src="https://codecov.io/gh/bsv-blockchain/go-bsv-middleware/branch/master/graph/badge.svg?style=flat" alt="Code Coverage">
33+
<a href="https://codecov.io/gh/bsv-blockchain/go-bsv-middleware/tree/main">
34+
<img src="https://codecov.io/gh/bsv-blockchain/go-bsv-middleware/branch/main/graph/badge.svg?style=flat" alt="Code Coverage">
3535
</a><br/>
3636
<a href="https://scorecard.dev/viewer/?uri=github.com/bsv-blockchain/go-bsv-middleware">
3737
<img src="https://api.scorecard.dev/projects/github.com/bsv-blockchain/go-bsv-middleware/badge?logo=springsecurity&logoColor=white" alt="OpenSSF Scorecard">
@@ -61,7 +61,7 @@
6161
<a href="https://github.com/bsv-blockchain/go-bsv-middleware/graphs/contributors">
6262
<img src="https://img.shields.io/github/contributors/bsv-blockchain/go-bsv-middleware?style=flat&logo=contentful&logoColor=white" alt="Contributors">
6363
</a><br/>
64-
<a href="https://github.com/bsv-blockchain/go-bsv-middleware/commits/master">
64+
<a href="https://github.com/bsv-blockchain/go-bsv-middleware/commits/main">
6565
<img src="https://img.shields.io/github/last-commit/bsv-blockchain/go-bsv-middleware?style=flat&logo=clockify&logoColor=white" alt="Last commit">
6666
</a><br/>
6767
<a href="https://github.com/sponsors/bsv-blockchain">
@@ -175,7 +175,7 @@ The release process is defined in the [.goreleaser.yml](.goreleaser.yml) configu
175175
Then create and push a new Git tag using:
176176

177177
```bash
178-
magex version:bump push=true bump=patch branch=master
178+
magex version:bump push=true bump=patch branch=main
179179
```
180180

181181
This process ensures consistent, repeatable releases with properly versioned artifacts and citation metadata.

0 commit comments

Comments
 (0)