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
Copy file name to clipboardExpand all lines: contributor_docs/release_process.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ npm run release
23
23
*`np` will then reinstall `node_modules` then run tests with `npm test`.
24
24
*`np` will bump the version according to what was selected at the beginning.
25
25
* If any step prior to this failed, the repo will be reverted to its initial state before running `npm run release`.
26
+
* The task mentioned in `prepublishOnly` in `package.json` will run ( `grunt prerelease` ) to build the documentation and the library with the updated version number
26
27
* The NPM package is published.
27
28
* Release on NPM : __Only__ the files mentioned in `files` in `package.json` are published.
28
29
* Tags and local commits are pushed to the git remote.
29
30
* A draft release is created on github.com with changelogs that can be edited.
30
31
* Create a Zip file `p5.zip` of `lib` folder (now includes the empty example), which should be uploaded in the GitHub Release draft created above.
31
32
* After this process completes a window pointing at `release/` will open and it will contain all the files that should be uploaded as part of the Github Release.
32
33
* Push the newly built library to [p5.js-release](https://github.com/processing/p5.js-release) repo for Bower.
33
-
* Building the Docs: This is run as `grunt yui`
34
34
* Push the newly built reference to [p5.js-website](https://github.com/processing/p5.js-website)
0 commit comments