name: Update changelog on: push: branches: [ "**" ] workflow_dispatch: {} jobs: changelog: container: docker.io/thegeeklab/git-sv:2.0.5 runs-on: ubuntu-latest steps: - name: Install packages via apt run: | apk add -q --update --no-cache nodejs curl jq sed - uses: actions/checkout@v5.0.0 with: fetch-depth: 0 - name: Generate upcoming changelog env: ISSUE_RW_TOKEN: ${{ secrets.ISSUE_RW_TOKEN }} run: ./.gitea/scripts/update-changelog.sh