Skip to content

Commit c19446a

Browse files
authored
Merge pull request #81 from embik/fix-release-docs
Fix release branch naming scheme and badge links
2 parents 78cb847 + dbffe0e commit c19446a

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)