Skip to content

feat: Add release.sh script and detect breaking changes #5366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 15, 2022
Prev Previous commit
Next Next commit
Fix usage comment
  • Loading branch information
mafredri committed Dec 15, 2022
commit 10f15fc5191727c7db239246b4752a5fa181c1de
6 changes: 3 additions & 3 deletions scripts/release/check_commit_metadata.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

# Usage: source ./check_commit_metadata.sh <revision range>
# Usage: ./check_commit_metadata.sh <revision range>
# Usage: source ./check_commit_metadata.sh <from revision> <to revision>
# Usage: ./check_commit_metadata.sh <from revision> <to revision>
#
# Example: ./check_commit_metadata.sh v0.13.1..971e3678
# Example: ./check_commit_metadata.sh v0.13.1 971e3678
#
# When sourced, this script will populate the COMMIT_METADATA_* variables
# with the commit metadata for each commit in the revision range.
Expand Down