From 3cd0e6899b4eb5a4b64eec257282a83cdc25ba04 Mon Sep 17 00:00:00 2001 From: Zhao Xiaojie Date: Mon, 27 Apr 2020 23:33:49 +0800 Subject: [PATCH] Add release tracking task template (#337) * Add release tracking task template * Update release-v0-0-x.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/release-v0-0-x.md | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/release-v0-0-x.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 046835a..62c37a9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,4 +29,4 @@ If applicable, add screenshots to help explain your problem. - Version [e.g. v0.0.16] **Additional context** -Add any other context about the problem here. \ No newline at end of file +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6532412..11fc491 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/release-v0-0-x.md b/.github/ISSUE_TEMPLATE/release-v0-0-x.md new file mode 100644 index 0000000..039fb2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release-v0-0-x.md @@ -0,0 +1,20 @@ +--- +name: Release v0.0.x +about: A release task tracking +title: Release v0.0.x +labels: chore +assignees: '' + +--- + +We need to update package manage tools for [v0.0.x](https://github.com/jenkins-zh/jenkins-cli/releases/tag/v0.0.x) below: + +- [ ] [Homebrew](https://github.com/jenkins-zh/homebrew-jcli) +- [ ] [GoFish](https://github.com/fishworks/fish-food) +- [x] [Scoop](https://github.com/ScoopInstaller/Main/) automatically +- [ ] [Chocolatey](https://chocolatey.org/packages/jcli) +- [ ] [Snapcraft](https://snapcraft.io/jcli) +- [ ] [jcli doc](https://github.com/jenkins-zh/jenkins-cli-doc) +- [ ] Release notes PR on the WeChat is missing + +The previous release is #x -- GitLab