Skip to content

Commit b5507ef

Browse files
committed
refactor: bump master branch to main branch
1 parent eabef50 commit b5507ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
push:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515
build:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Go Report Card](https://goreportcard.com/badge/github.com/KusionStack/helm-kcl)](https://goreportcard.com/report/github.com/KusionStack/helm-kcl)
2+
[![GoDoc](https://godoc.org/github.com/KusionStack/helm-kcl?status.svg)](https://godoc.org/github.com/KusionStack/helm-kcl)
3+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/KusionStack/helm-kcl/blob/main/LICENSE)
4+
15
# Helm KCL Plugin
26

37
You can use the Helm-KCL-Plugin to

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ bootstrap:
5353
.PHONY: docker-run-release
5454
docker-run-release: export pkg=/go/src/github.com/databus23/helm-kcl
5555
docker-run-release:
56-
git checkout master
56+
git checkout main
5757
git push
5858
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.18.1 make bootstrap release
5959

0 commit comments

Comments
 (0)