summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorTimothée Ravier <travier@redhat.com>2021-05-07 16:38:16 +0200
committerTimothée Ravier <travier@redhat.com>2021-05-07 16:55:03 +0200
commitb8cca6cef14716987bbf7ef8f6edcbfc1688cc4c (patch)
tree24f4a40d210627301078195634d7c8fe9915427c /.github/ISSUE_TEMPLATE
parent135675243addec680b88f47c9a1e34b175fde6de (diff)
downloadostree-b8cca6cef14716987bbf7ef8f6edcbfc1688cc4c.tar.gz
*: rename master branch to main
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/release-checklist.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md
index 3b02847f..ff290222 100644
--- a/.github/ISSUE_TEMPLATE/release-checklist.md
+++ b/.github/ISSUE_TEMPLATE/release-checklist.md
@@ -18,7 +18,7 @@ This guide requires:
- Prepare local environment:
- [ ] `git remote get-url --push origin`
- [ ] validate that the output above points to `git@github.com:ostreedev/ostree.git`
- - [ ] `git checkout master && git pull`
+ - [ ] `git checkout main && git pull`
- [ ] `git clean -fd`
- [ ] `RELEASE_VER=yyyy.n` (matching `package_version` in `configure.ac`)
- [ ] `git checkout -b release-${RELEASE_VER}`
@@ -56,7 +56,7 @@ This guide requires:
- Clean up:
- [ ] `git clean -fd`
- - [ ] `git checkout master`
+ - [ ] `git checkout main`
- [ ] `git pull`
- [ ] `git push origin :release-${RELEASE_VER}`
- [ ] `git branch -d release-${RELEASE_VER}`