Skip to content

Commit

Permalink
dont bring your own script
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 2, 2024
1 parent 18a2f33 commit cc7b9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-draft-release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
shell: bash
run: |
# Note: your repository needs to have this script.
# Running this script should result in a file named CHANGELOG.md, located in the base directory.
./hack/scripts/create_changelog.sh "${VERSION}"
# todo once the script was merged replace main with commit sha
# curl -sSL https://raw.githubusercontent.com/kyma-project/eventing-tools/<your-sha>/hack/scripts/create_changelog.sh | bash "${VERSION}"
curl -sSL https://raw.githubusercontent.com/kyma-project/eventing-tools/main/hack/scripts/create_changelog.sh | bash "${VERSION}"
- name: Print out changelog
run: cat CHANGELOG.md
Expand Down
Empty file modified hack/scripts/get-version-from-branch.sh
100644 → 100755
Empty file.

0 comments on commit cc7b9e8

Please sign in to comment.