Skip to content

Commit dbffe0e

Browse files
committed
Fix release branch naming scheme and badge links
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent 09a0f58 commit dbffe0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# kcp API Sync Agent
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/kcp-dev/api-syncagent)](https://goreportcard.com/report/github.com/kcp-dev/api-syncagent)
4-
[![GitHub](https://img.shields.io/github/license/kcp-dev/api-syncagent)](https://img.shields.io/github/license/kcp-dev/api-syncagent)
5-
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/kcp-dev/api-syncagent?sort=semver)](https://img.shields.io/github/v/release/kcp-dev/api-syncagent?sort=semver)
4+
[![GitHub](https://img.shields.io/github/license/kcp-dev/api-syncagent)](https://github.com/kcp-dev/api-syncagent/blob/main/LICENSE)
5+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/kcp-dev/api-syncagent?sort=semver)](https://github.com/kcp-dev/api-syncagent/releases/latest)
66
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcp-dev%2Fapi-syncagent.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcp-dev%2Fapi-syncagent?ref=badge_shield)
77

88
The kcp API Sync Agent is a Kubernetes controller capable of synchronizing objects from many kcp

docs/content/contributing/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ tag represents where the corresponding `release/v0.X` branch branches off.
1616
1. Tag the main module: `git tag -m "version 0.X" v0.X.0`
1717
1. Tag the SDK module: `git tag -m "SDK version 0.X" sdk/v0.X.0`
1818
1. Push the tags: `git push upstream v0.X.0 sdk/v0.X.0`
19-
1. Create the release branch: `git checkout -B release/v0.X`
20-
1. Push the release branch: `git push -u upstream release/v0.X`
19+
1. Create the release branch: `git checkout -B release-v0.X`
20+
1. Push the release branch: `git push -u upstream release-v0.X`
2121

2222
## Patch Releases
2323

0 commit comments

Comments
 (0)