|
@ -49,13 +49,25 @@ This generates the vis.js library in the folder `./dist`. |
|
|
|
|
|
|
|
|
Verify if it installs the just released version, and verify if it works. |
|
|
Verify if it installs the just released version, and verify if it works. |
|
|
|
|
|
|
|
|
- Install the libarry via bower: |
|
|
|
|
|
|
|
|
- Install the library via bower: |
|
|
|
|
|
|
|
|
bower install vis |
|
|
bower install vis |
|
|
|
|
|
|
|
|
Verify if it installs the just released version, and verify if it works. |
|
|
Verify if it installs the just released version, and verify if it works. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Publish the library at cdnjs.org |
|
|
|
|
|
- clone the cdnjs project |
|
|
|
|
|
- pull changes: `git pull upstream` |
|
|
|
|
|
- add the new version of the library under /ajax/libs/vis/ |
|
|
|
|
|
- add new folder /x.y.z/ with the new library |
|
|
|
|
|
- update the version number in package.json |
|
|
|
|
|
- test the library by running `npm test` |
|
|
|
|
|
- then do a pull request with as title "[author] Update vis.js to x.y.z" |
|
|
|
|
|
(with correct version). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Update website |
|
|
## Update website |
|
|
|
|
|
|
|
|
- Copy the `dist` folder from the `master` branch to the `github-pages` branch. |
|
|
- Copy the `dist` folder from the `master` branch to the `github-pages` branch. |
|
@ -72,6 +84,8 @@ This generates the vis.js library in the folder `./dist`. |
|
|
|
|
|
|
|
|
node updateversion.js |
|
|
node updateversion.js |
|
|
|
|
|
|
|
|
|
|
|
- Commit the changes in the `gh-pages` branch. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Prepare next version |
|
|
## Prepare next version |
|
|
|
|
|
|
|
|