We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd41b04 commit bc6fd70Copy full SHA for bc6fd70
.github/scripts/pr-check-changelog.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -euo pipefail
3
4
# ==============================================================================
5
# Executes When:
CHANGELOG.md
@@ -107,6 +107,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
107
108
### Changed
109
110
+- Hardened PR changelog check script by enabling strict Bash mode. (#1492)
111
- Add return type hint to `AccountId.__repr__` for type consistency. (#1503)
112
113
- Added AI usage guidelines to the Good First Issue and Beginner issue templates to guide contributors on responsible AI use. (#1490)
0 commit comments