-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist and coordination for v3.7.2 patch release and v3.7.3 follow-up patch release #2037
Comments
Hi! I saw the activity. I didn't get why we published 3.7.1 without publishing 3.7.0 though. (Edit: nvm, found it #2034 (comment)) For the next release, I guess we can start with updating https://github.com/publiclab/image-sequencer/projects/4. |
We just merged #2041 and anticipate it will unblock uptake of IS in MapKnitter: Bump image-sequencer from 1.4.1 to 3.7.1 publiclab/mapknitter#1585 So, i'm inclined to release a |
I'm going to go ahead and release
I'll move the rest into a new issue for |
Released! https://github.com/publiclab/image-sequencer/releases/tag/v3.7.2 Published! https://www.npmjs.com/package/image-sequencer Demo updated too! |
Unfortunately the dist files didn't make it in! |
I'm not sure how. Compiling and releasing as 3.7.3, unfortunately 😭 |
Published as v3.7.3! |
Also see:
Checklist and coordination for v0.0.0 major/minor/patch release
(see semantic versioning)package.json
(ex Bump to v3.6.0 for new npm release #1695)examples/sw.js
(ex Bump lockfile and sw.js versions for v3.6.0 #1734)npm install
to updatepackage-lock.json
(from recent node version - 16 at time of writing, in GitPod should work)package-lock.json
main
branch (freeze merges tomain
branch until next step)Now, move to
stable
branch:main
tostable
stable
branch, compile/dist/
files withgrunt build
/dist/
files withgit add -f /dist/*
and commit them tostable
branchstable
branch tonpm
withnpm publish
(logging in first as necessary)Draft a release:
v0.0.0
) based onstable
or choosestable
/scripts/update-demo
) (from within GitPod works well)Noting we're now in this process in #1751 for
v3.7.0
.Release notes
Compile and edit release notes below, to be copied into the release description.
Added
Fixed
Changed
The text was updated successfully, but these errors were encountered: