Add publish_draft_release.sh (#752)
* Add publish_draft_release.sh This new CI script will generate a list of differences between this tagged version and the previous tagged version (including substrate changes), and create a draft release on Github. Once this is done, the draft release will be posted in Matrix (the channel is determined by a Gitlab CI environment variable). * Add highlighting gav for draft release
Showing
- polkadot/.gitlab-ci.yml 14 additions, 0 deletionspolkadot/.gitlab-ci.yml
- polkadot/scripts/gitlab/alert_pending_release.sh 3 additions, 3 deletionspolkadot/scripts/gitlab/alert_pending_release.sh
- polkadot/scripts/gitlab/publish_draft_release.sh 148 additions, 0 deletionspolkadot/scripts/gitlab/publish_draft_release.sh
Please register or sign in to comment