* Fix templates

* Same than https://github.com/paritytech/polkadot/pull/5751

Co-authored-by: parity-processbot <>
This commit is contained in:
Chevdor
2022-08-10 23:00:19 +02:00
committed by GitHub
parent cc0be990a7
commit b824f0266b
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
---
name: Release Checklist for Client - issue template
name: Release Checklist for Client
about: Release Checklist for Client
title: Release Checklist - Client {{ env.VERSION }}
title: Release Checklist for Client {{ env.VERSION }}
---
# Release Checklist - Client
+3 -3
View File
@@ -1,7 +1,7 @@
---
name: Release issue template
about: Tracking issue for new releases
title: Cumulus {{ env.VERSION }} Release checklist
name: Release Checklist for Runtime
about: Release Checklist for Runtime
title: Release Checklist for Runtime {{ env.VERSION }}
---
# Release Checklist - Runtimes
@@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
tag_rc:
check_branch:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
+1 -1
View File
@@ -9,7 +9,7 @@
grv=$(git remote --verbose | grep push)
export RUST_LOG=none
REPO=$(echo "$grv" | cut -d ' ' -f1 | cut -d$'\t' -f2 | cut -d '/' -f2 | cut -d '.' -f1 | sort | uniq)
REPO=$(echo "$grv" | cut -d ' ' -f1 | cut -d$'\t' -f2 | sed 's/.*github.com\/\(.*\)/\1/g' | cut -d '/' -f2 | cut -d '.' -f1 | sort | uniq)
echo "[+] Detected repo: $REPO"
BRANCH=$(git branch --show-current)