guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
117 stars 60 forks source link

Update cr.yaml - autogenerate release notes #44

Closed jessebot closed 8 months ago

jessebot commented 11 months ago

This will generate release notes using GitHub's automation: https://docs.github.com/en/rest/releases/releases

Read more here: https://github.com/helm/chart-releaser#create-github-releases-from-helm-chart-packages

Alternatively, you change your github action to pass this in as a parameter like this:

      - name: Run chart-releaser
        id: helm-release
        uses: helm/chart-releaser-action@v1.5.0
        env:
          CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
          CR_GENERATE_RELEASE_NOTES: true
guerzon commented 8 months ago

Thanks @jessebot