Closed joeyklee closed 2 years ago
Oops, OK so https://github.com/ml5js/ml5-library/pull/1266 didn't run the npm publish task... looking into this now π
Oh yay this seems to be working! https://github.com/ml5js/ml5-library/actions/runs/1726425467 Fingers crossed π
Oops seems like we need to fix how the auth token secret gets to that workflow: https://github.com/ml5js/ml5-library/runs/4890698033?check_suite_focus=true π
Updating this in the npm auth settings
Hmm, I'm going to take a break, since I keep running into these errors here on the npm ci
step: https://github.com/ml5js/ml5-library/runs/4891282431?check_suite_focus=true
It seems like it nearly worked earlier -- failing on npm publish
so I'm not 100% sure why we're seeing this error pop up on package installation step π’
I'll try to revisit this soon. In case anyone else has any ideas, I'd be happy to have help! TY!
Woohoo! it worked! https://github.com/ml5js/ml5-library/runs/4901877071?check_suite_focus=true
OK SO
Here's where we are at now: To make an ml5 release:
SEMVER/patch | SEMVER/minor | SEMVER/major
npm i
<--- this makes sure your bumped package version makes it into the packagelock.json
npm run update:readme
<----- captures the version bump in the readmegit add .
git commit -m "chore: bumps package"
Once we merge the PR to main
:
releases
sidebar >
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
β Step 1: Describe the issue π
I've never set this up myself, but I figure this is a good chance to try!
Progress