Skip to content

Commit

Permalink
Add doc block to release-message.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb committed Oct 4, 2024
1 parent e9e0ecb commit 0d17e9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/scripts/release-message.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#!/bin/sh
#
# Automatically generates a message for a new release of webhook with some useful
# links and embedded release notes.
#
# Usage:
# ./release-message.sh <prev webhook release> <new webhook release>
#
# Example:
# ./release-message.sh "v0.5.2-rc.3" "v0.5.2-rc.4"

PREV_WEBHOOK_VERSION=$1 # e.g. v0.5.2-rc.3
NEW_WEBHOOK_VERSION=$2 # e.g. v0.5.2-rc.4
Expand Down

0 comments on commit 0d17e9c

Please sign in to comment.