You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: misc/RELEASE_CHECKLIST_TEMPLATE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ If we would merge the development branch would overwrite this. To solve this we
48
48
-[ ] FORCE-Push the branches to github: `git push --force && git push --tag`
49
49
-[ ][Re-Enable branch protection](https://github.com/almende/vis/settings/branches/master) (enable ALL checkboxes) for `master`.
50
50
-[ ] 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
+
51
53
52
54
## Test
53
55
-[ ] 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