Skip to content

Commit

Permalink
remove version from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Sep 27, 2024
1 parent 9e4b3d9 commit 4cc783d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ install-hooks:
bump-chart:
@test -n "$(VERSION)" || (echo "VERSION environment variable is not set"; exit 1)
sed -i 's/^version: [0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/version: $(VERSION)/' application/Chart.yaml
sed -i 's/Version: [0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}\]/Version: $(VERSION)]/' README.md
sed -i 's/Version-[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}-/Version-$(VERSION)-/' README.md

build-docs: install-hooks
# Running helm-docs-built twice to ensure that the generated docs are up-to-date
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Version: 4.2.10](https://img.shields.io/badge/Version-4.2.10-informational?style=flat-square)

# Application

Expand Down
1 change: 0 additions & 1 deletion README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
{{ template "chart.versionBadge" . }}

# Application

Expand Down

0 comments on commit 4cc783d

Please sign in to comment.