Skip to content

Commit

Permalink
cp changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 31, 2024
1 parent 561387c commit d0f64d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
shell: bash
run: |
export REPO_PATH="./"
export TEMPLATE_PATH=".//templates/CHANGELOG.md.tmpl"
export CHARTS_DIR=".//charts"
export TEMPLATE_PATH="./templates/CHANGELOG.md.tmpl"
export OUTPUT_DIR="./changelogs"
export JSON_FILE="changelog.json"
rm -rf helm
ls -l
if [ -f "$JSON_FILE.gz" ]; then
gunzip "$JSON_FILE.gz" --force # Force overwrite if file already exists
fi
Expand Down Expand Up @@ -96,6 +97,10 @@ jobs:
./charttool genchartlist ./charts
mv charts.json website/src/assets/charts.json
ls -la
echo "Copying changelogs to docs"
cp -r ./changelogs ./website/src/docs/
export DEBUG=false
export STRICT=true
go-yq --version
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/docuseal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
- https://hub.docker.com/r/docuseal/docuseal
type: application
version: 1.0.1
version: 1.0.2

0 comments on commit d0f64d4

Please sign in to comment.