Skip to content

Commit bc6fd70

Browse files
committed
chore: harden pr-check-changelog script
Signed-off-by: Parth J Chaudhary <parthchaudhary.jc@yahoo.com>
1 parent cd41b04 commit bc6fd70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/scripts/pr-check-changelog.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -euo pipefail
23

34
# ==============================================================================
45
# Executes When:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
107107

108108
### Changed
109109

110+
- Hardened PR changelog check script by enabling strict Bash mode. (#1492)
110111
- Add return type hint to `AccountId.__repr__` for type consistency. (#1503)
111112

112113
- Added AI usage guidelines to the Good First Issue and Beginner issue templates to guide contributors on responsible AI use. (#1490)

0 commit comments

Comments
 (0)