diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-09-25 22:01:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-25 22:01:11 +0800 |
| commit | 88623edb8120333d48a9ebdec73063f94a10282e (patch) | |
| tree | a3278e57627c9d33dba73bdbb26ba11b2fb32240 | |
| parent | 84fef05184e8ba08c26e4a87482390eb834ca97a (diff) | |
Make release note generation script shebang portable (#5145)
Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
| -rw-r--r-- | docs/scripts/release-note.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scripts/release-note.sh b/docs/scripts/release-note.sh index 3def707cc..250873bb0 100644 --- a/docs/scripts/release-note.sh +++ b/docs/scripts/release-note.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This script generates a release note. # It prints information about breaking-changes first and the rest. # The content is mostly based on `git log --oneline --since 202X-YY-ZZ`. |
