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.
-[ ] Rebase the `master` branch on the `develop` branch: `git checkout master && git rebase develop`
45
-
-[ ] Generate new dist files: `npm prune && rm -rf node_modules && npm install && npm run build && npm run test && git commit -am "generated dist files for vX.X.Y"
46
-
-[ ] Create a version tag: `git tag "vX.X.Y"`
45
+
-[ ] Generate new dist files: `npm prune && rm -rf node_modules && npm install && npm run build && npm run test && git commit -am "generated dist files for vX.Y.Z"
46
+
-[ ] Create a version tag: `git tag "vX.Y.Z"`
47
47
-[ ][Remove the protection](https://github.com/almende/vis/settings/branches/master) from `master`.
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.
51
+
-[ ] Create a [new Release](https://github.com/almende/vis/releases/new) with the tang and the name "vX.Y.Z" and copy the data vom [HISTORY.md](../HISTORY.md) into the body.
52
52
53
53
54
54
## Test
55
-
-[ ] Go to a temp directory (e.g. "vis_vX.X.Y"): `cd .. && mkdir vis_vX.X.Y && cd vis_vX.X.Y`
55
+
-[ ] Go to a temp directory (e.g. "vis_vX.Y.Z"): `cd .. && mkdir vis_vX.Y.Z && cd vis_vX.Y.Z`
56
56
-[ ] Install the library from npm: `npm init -f && npm install vis`
57
57
-[ ] Verify if it installs the just released version, and verify if it works: `cd node_modules/vis/
58
58
-[ ] Install the library via bower: `cd ../.. && bower install vis`
@@ -61,15 +61,15 @@ If we would merge the development branch would overwrite this. To solve this we
61
61
-[ ] Verify if it installs the just released version, and verify if it works. `cd vis`
-[ ] Copy the `dist` folder from the `master` branch to the `github-pages` branch in another directory, overwriting existing files: `cp -rf ../vis_vX.X.Y/vis/dist .`
66
-
-[ ] Copy the `docs` folder from the `master` branch to the `github-pages` branch in another directory, overwriting existing files: `cp -rf ../vis_vX.X.Y/vis/docs .`
67
-
-[ ] Copy the `examples` folder from the `master` branch to the `github-pages` branch in another directory, overwriting existing files: `cp -rf ../vis_vX.X.Y/vis/examples .`
-[ ] Copy the `dist` folder from the `master` branch to the `github-pages` branch in another directory, overwriting existing files: `cp -rf ../vis_vX.Y.Z/vis/dist .`
66
+
-[ ] Copy the `docs` folder from the `master` branch to the `github-pages` branch in another directory, overwriting existing files: `cp -rf ../vis_vX.Y.Z/vis/docs .`
67
+
-[ ] Copy the `examples` folder from the `master` branch to the `github-pages` branch in another directory, overwriting existing files: `cp -rf ../vis_vX.Y.Z/vis/examples .`
68
68
-[ ] Check if there are new or updated examples, and update the gallery screenshots accordingly.
69
69
-[ ] Update the library version number in the `index.html` page.
70
70
-[ ] Update the CDN links at the download section of index.html AND the CDN link at the top. (search-replace all!!)
71
-
-[ ] Commit the changes: `git add -A && git commit -m "updates for vX.X.Y"`
72
-
-[ ] Push the changes `git push --set-upstream origin gh-pages_vX.X.Y`
71
+
-[ ] Commit the changes: `git add -A && git commit -m "updates for vX.Y.Z"`
72
+
-[ ] Push the changes `git push --set-upstream origin gh-pages_vX.Y.Z`
73
73
74
74
## Prepare next version
75
75
-[ ] Switch to the "develop" branch: `git checkout develop`.
0 commit comments