CI: Make alert_pending_release.sh filter substrate changes based on github labels... (#850)
* CI: Split common functions into lib.sh and make... ... alert_pending_release.sh check the substrate changes for various labels. If labelled, will be included in the changelog, otherwise will silently be left out. * replace non-standard /bin/bash with /usr/bin/env bash * CI: make lib.sh /bin/sh-compatible
Showing
- polkadot/scripts/gitlab/alert_pending_release.sh 4 additions, 16 deletionspolkadot/scripts/gitlab/alert_pending_release.sh
- polkadot/scripts/gitlab/lib.sh 73 additions, 0 deletionspolkadot/scripts/gitlab/lib.sh
- polkadot/scripts/gitlab/publish_draft_release.sh 36 additions, 52 deletionspolkadot/scripts/gitlab/publish_draft_release.sh
polkadot/scripts/gitlab/lib.sh
0 → 100755
Please register or sign in to comment