Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Commit 88d298d

Browse files
committed
added make github release
1 parent 26a249b commit 88d298d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/RELEASE_CHECKLIST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ If we would merge the development branch would overwrite this. To solve this we
4848
- [ ] FORCE-Push the branches to github: `git push --force && git push --tag`
4949
- [ ] [Re-Enable branch protection](https://github.com/almende/vis/settings/branches/master) (enable ALL checkboxes) for `master`.
5050
- [ ] Publish with npm: `npm publish` (check [npmjs.com](https://www.npmjs.com/package/vis))
51+
- [ ] Create a [new Release](https://github.com/almende/vis/releases/new) with the tang and the name "vX.X.Y" and copy the data vom [HISTORY.md](../HISTORY.md) into the body.
52+
5153

5254
## Test
5355
- [ ] Go to a temp directory (e.g. "vis_vX.X.Y"): `cd .. && mkdir vis_vX.X.Y && cd vis_vX.X.Y`

0 commit comments

Comments
 (0)