forked from suikan4github/murasaki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9acf1e
commit c2f1b73
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
.github/ISSUE_TEMPLATE/release-preparation-issue-template.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Release preparation issue template | ||
about: 'To prepare a release, use this template. ' | ||
title: Release vX.Y.Z preparation | ||
labels: '' | ||
assignees: suikan4github | ||
|
||
--- | ||
|
||
- [ ] Check all issues are listed in CHANGELOG.md | ||
- [ ] Check doc/refman.pdf is updated | ||
- [ ] Check doc/refman.pdf is "vX.Y.Z" in the front page. | ||
- [ ] Check CHANGELOG.md has vX.Y.Z entry | ||
- [ ] Check all entry in Unreleased is moved to vX.Y.Z | ||
|
||
``` | ||
git tag | ||
git add tag vX.Y.Z | ||
git push origin vX.Y.Z | ||
``` |