File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/content/contributing Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
88The kcp API Sync Agent is a Kubernetes controller capable of synchronizing objects from many kcp
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ tag represents where the corresponding `release/v0.X` branch branches off.
16161 . Tag the main module: ` git tag -m "version 0.X" v0.X.0 `
17171 . Tag the SDK module: ` git tag -m "SDK version 0.X" sdk/v0.X.0 `
18181 . 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
You can’t perform that action at this time.
0 commit comments