Skip to content

Commit

Permalink
update README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pete911 committed Feb 12, 2023
1 parent d53375a commit 7597188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- name: Download chart releaser
run: |
curl -sSLo hcr.tar.gz "https://github.com/pete911/hcr/releases/download/v0.0.5/hcr_0.0.5_linux_amd64.tar.gz"
curl -sSLo hcr.tar.gz "https://github.com/pete911/hcr/releases/download/v0.0.6/hcr_0.0.6_linux_amd64.tar.gz"
tar -xzf hcr.tar.gz
rm -f hcr.tar.gz
- name: Package and release chart
Expand All @@ -105,4 +105,4 @@ repositories (autogenerated pages link, authentication, ...), caching (GitHub pa
the latest changes) etc.
## Release
Releases are published when the new tag is created e.g. git tag -m "add super cool feature" v0.0.6 && git push --follow-tags
Releases are published when the new tag is created e.g. git tag -m "add super cool feature" v0.0.7 && git push --follow-tags

0 comments on commit 7597188

Please sign in to comment.