File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
types : [opened, edited, synchronize, reopened]
5
5
branches :
6
6
- main
7
- - master
8
7
jobs :
9
8
golangci :
10
9
name : lint
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Documentation:
16
16
- [ Basic controller using builder] ( https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/builder#example-Builder )
17
17
- [ Creating a manager] ( https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager#example-New )
18
18
- [ Creating a controller] ( https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/controller#example-New )
19
- - [ Examples] ( https://github.com/kubernetes-sigs/controller-runtime/blob/master /examples )
20
- - [ Designs] ( https://github.com/kubernetes-sigs/controller-runtime/blob/master /designs )
19
+ - [ Examples] ( https://github.com/kubernetes-sigs/controller-runtime/blob/main /examples )
20
+ - [ Designs] ( https://github.com/kubernetes-sigs/controller-runtime/blob/main /designs )
21
21
22
22
# Versioning, Maintenance, and Compatibility
23
23
27
27
28
28
- We follow [ Semantic Versioning (semver)] ( https://semver.org )
29
29
- Use releases with your dependency management to ensure that you get compatible code
30
- - The master branch contains all the latest code, some of which may break compatibility (so "normal" ` go get ` is not recommended)
30
+ - The main branch contains all the latest code, some of which may break compatibility (so "normal" ` go get ` is not recommended)
31
31
32
32
Contributors:
33
33
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ to create a new branch you will just need to ensure that all big fixes are cherr
10
10
11
11
### Create the new branch and the release tag
12
12
13
- 1 . Create a new branch ` git checkout -b release-<MAJOR.MINOR> ` from master
13
+ 1 . Create a new branch ` git checkout -b release-<MAJOR.MINOR> ` from main
14
14
2 . Push the new branch to the remote repository
15
15
16
16
### Now, let's generate the changelog
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ limitations under the License.
46
46
//
47
47
// Frequently asked questions about using controller-runtime and designing
48
48
// controllers can be found at
49
- // https://github.com/kubernetes-sigs/controller-runtime/blob/master /FAQ.md.
49
+ // https://github.com/kubernetes-sigs/controller-runtime/blob/main /FAQ.md.
50
50
//
51
51
// # Managers
52
52
//
You can’t perform that action at this time.
0 commit comments