Skip to content

Commit a996ace

Browse files
authored
Update default branch reference from master to main (#79)
Signed-off-by: Carlos Panato <[email protected]>
1 parent 120944e commit a996ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ name: Release Charts
3030
on:
3131
push:
3232
branches:
33-
- master
33+
- main
3434

3535
jobs:
3636
release:
@@ -58,7 +58,7 @@ jobs:
5858
```
5959
6060
This uses [@helm/chart-releaser-action](https://www.github.com/helm/chart-releaser-action) to turn your GitHub project into a self-hosted Helm chart repo.
61-
It does this – during every push to `master` – by checking each chart in your project, and whenever there's a new chart version, creates a corresponding [GitHub release](https://help.github.com/en/github/administering-a-repository/about-releases) named for the chart version, adds Helm chart artifacts to the release, and creates or updates an `index.yaml` file with metadata about those releases, which is then hosted on GitHub Pages
61+
It does this – during every push to `main` – by checking each chart in your project, and whenever there's a new chart version, creates a corresponding [GitHub release](https://help.github.com/en/github/administering-a-repository/about-releases) named for the chart version, adds Helm chart artifacts to the release, and creates or updates an `index.yaml` file with metadata about those releases, which is then hosted on GitHub Pages
6262

6363
## Code of conduct
6464

0 commit comments

Comments
 (0)