* 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 about: Release Checklist for Client
title: Release Checklist - Client {{ env.VERSION }} title: Release Checklist for Client {{ env.VERSION }}
--- ---
# Release Checklist - Client # Release Checklist - Client
+3 -3
View File
@@ -1,7 +1,7 @@
--- ---
name: Release issue template name: Release Checklist for Runtime
about: Tracking issue for new releases about: Release Checklist for Runtime
title: Cumulus {{ env.VERSION }} Release checklist title: Release Checklist for Runtime {{ env.VERSION }}
--- ---
# Release Checklist - Runtimes # Release Checklist - Runtimes
@@ -9,7 +9,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
tag_rc: check_branch:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout sources - name: Checkout sources
+1 -1
View File
@@ -9,7 +9,7 @@
grv=$(git remote --verbose | grep push) grv=$(git remote --verbose | grep push)
export RUST_LOG=none 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" echo "[+] Detected repo: $REPO"
BRANCH=$(git branch --show-current) BRANCH=$(git branch --show-current)