Skip to content

Commit

Permalink
rename file part2
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Nov 25, 2024
1 parent 832f103 commit 27fe63e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/patch-release.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/bin/bash

# Script: minor-release.sh
# Script: patch-release.sh
# Description:
# Cherry-picks a list of commits, amends each with the original commit hash for tracking,
# and generates a summary from the short github commit messages with links to each commit.
#
# Usage:
# ./minor-release.sh <commit1> <commit2> ...
# ./patch-release.sh <commit1> <commit2> ...
#
# Example:
# ./minor-release.sh abc1234 def5678
# ./patch-release.sh abc1234 def5678

set -e

Expand Down

0 comments on commit 27fe63e

Please sign in to comment.