Skip to content

Commit ee5ec76

Browse files
authored
Merge pull request #41 from wandera/bump_plugin_version
version: bump
2 parents 04e7d3e + cc53441 commit ee5ec76

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# helm-github
1+
# helm-github
2+
3+
This helm plugin allows to download helm charts from private GitHub repositories.
4+
5+
## How to create new version
6+
7+
1. Create a new branch from `master` branch with your changes.
8+
2. Make sure that the version in `plugin.yaml` file is updated.
9+
3. Create a pull request to `master` branch.
10+
4. Make sure that the pull request is reviewed and merged.
11+
5. Tag the commit with the same version as in `plugin.yaml` file.
12+
6. Release workflow will be triggered and the new version will be published to GitHub releases.

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "github"
2-
version: "0.1.9"
2+
version: "0.1.11"
33
usage: "Manage chart repositories on Github"
44
description: |-
55
Provides Github Protocol Support

0 commit comments

Comments
 (0)