|
17 | 17 | <img src="https://img.shields.io/github/release-pre/bsv-blockchain/go-bsv-middleware?logo=github&style=flat" alt="Latest Release"> |
18 | 18 | </a><br/> |
19 | 19 | <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"> |
21 | 21 | </a><br/> |
22 | 22 | <a href="https://github.com/bsv-blockchain/go-bsv-middleware/actions"> |
23 | 23 | <img src="https://github.com/bsv-blockchain/go-bsv-middleware/actions/workflows/codeql-analysis.yml/badge.svg?style=flat" alt="CodeQL"> |
|
30 | 30 | <a href="https://goreportcard.com/report/github.com/bsv-blockchain/go-bsv-middleware"> |
31 | 31 | <img src="https://goreportcard.com/badge/github.com/bsv-blockchain/go-bsv-middleware?style=flat" alt="Go Report Card"> |
32 | 32 | </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"> |
35 | 35 | </a><br/> |
36 | 36 | <a href="https://scorecard.dev/viewer/?uri=github.com/bsv-blockchain/go-bsv-middleware"> |
37 | 37 | <img src="https://api.scorecard.dev/projects/github.com/bsv-blockchain/go-bsv-middleware/badge?logo=springsecurity&logoColor=white" alt="OpenSSF Scorecard"> |
|
61 | 61 | <a href="https://github.com/bsv-blockchain/go-bsv-middleware/graphs/contributors"> |
62 | 62 | <img src="https://img.shields.io/github/contributors/bsv-blockchain/go-bsv-middleware?style=flat&logo=contentful&logoColor=white" alt="Contributors"> |
63 | 63 | </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"> |
65 | 65 | <img src="https://img.shields.io/github/last-commit/bsv-blockchain/go-bsv-middleware?style=flat&logo=clockify&logoColor=white" alt="Last commit"> |
66 | 66 | </a><br/> |
67 | 67 | <a href="https://github.com/sponsors/bsv-blockchain"> |
@@ -175,7 +175,7 @@ The release process is defined in the [.goreleaser.yml](.goreleaser.yml) configu |
175 | 175 | Then create and push a new Git tag using: |
176 | 176 |
|
177 | 177 | ```bash |
178 | | -magex version:bump push=true bump=patch branch=master |
| 178 | +magex version:bump push=true bump=patch branch=main |
179 | 179 | ``` |
180 | 180 |
|
181 | 181 | This process ensures consistent, repeatable releases with properly versioned artifacts and citation metadata. |
|
0 commit comments