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
It will clone the p5.js repo with the p5Version tag. But we found in the p5-version.ts file, it will update the version number. So, the sequence will be: 1. clone the p5.js repo with old version (1.11.3) and use the docs inside it to update the p5.js website 2. then update the version (1.11.4) in p5.js-website repo.
In the workflow file, move the npm run build:p5-version to the beginning of all npm run command. As a result, the bot will update the p5.js version first, and clone the p5.js repo with the new version and then use those docs to update p5.js website. @limzykenneth (as you are the steward of Build Process) and @ksen0 (as you submitted the recent bump version change), could you please take a look at this issue? If you think my fix proposal is correct, please assign it to me! Thanks a lot!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Most appropriate sub-area of p5.js?
p5.js version
1.11.4 and 2.0
Web browser and version
Microsoft Edge, Version 135.0.3179.66 (Official build) (64-bit)
Operating system
Windows 11
Steps to reproduce this
Steps:
Root cause:
I noticed this issue when I checked the p5.js-website repo and found the recent change by me got removed by the github-actions[bot]. The issue is because of release-workflow.yml. the sequence of build contains:
There are two important commands here, from the package.json file of the p5.js-website, we can see those details:
And we check the those two files and found in the contribute.ts:
It will clone the p5.js repo with the
p5Version
tag. But we found in the p5-version.ts file, it will update the version number. So, the sequence will be: 1. clone the p5.js repo with old version (1.11.3) and use the docs inside it to update the p5.js website 2. then update the version (1.11.4) in p5.js-website repo.This issue is also found in the release workflow file for release-workflow-v2.yml, and dev-2.0 branch(1) and dev-2.0 branch(2).
Potential Fix:
In the workflow file, move the
npm run build:p5-version
to the beginning of allnpm run
command. As a result, the bot will update the p5.js version first, and clone the p5.js repo with the new version and then use those docs to update p5.js website.@limzykenneth (as you are the steward of Build Process) and @ksen0 (as you submitted the recent bump version change), could you please take a look at this issue? If you think my fix proposal is correct, please assign it to me! Thanks a lot!
The text was updated successfully, but these errors were encountered: