Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Jan 30, 2024
1 parent c282ca3 commit c7ea6f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-draft-release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Write changelog to file
env:
VERSION: ${{ inputs.VERSION }}
# note: your repository needs to have this file.
# running this script should result in the file named CHANGELOG.md.
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}"
- name: Print out changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-reusable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish release
name: Publish release (reusable)

on:
workflow_call:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/render-and-upload-manifests-reusbale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Render and upload manifests
name: Render and upload manifests (reusable)

on:
workflow_call:
Expand Down Expand Up @@ -33,6 +33,7 @@ jobs:
VERSION: ${{ inputs.VERSION }}
CRD_FILE: ${{ inputs.CRD_FILE }}
shell: bash
# Note: your repository needs to have this script.
run: ./hack/scripts/render_crd.sh "${VERSION}" "${CRD_FILE}"

- name: Print out CR file
Expand Down

0 comments on commit c7ea6f1

Please sign in to comment.