Open jywarren opened 2 years ago
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 https://github.com/publiclab/image-sequencer/pull/2034#issuecomment-1013714559)
For the next release, I guess we can start with updating https://github.com/publiclab/image-sequencer/projects/4.
We just merged https://github.com/publiclab/image-sequencer/pull/2041 and anticipate it will unblock uptake of IS in MapKnitter: Bump image-sequencer from 1.4.1 to 3.7.1 https://github.com/publiclab/mapknitter/pull/1585
So, i'm inclined to release a v3.7.2
with just this addition, but we could also wait for more from here. If we wait, it will probably be v3.8.0
, given some new features.
I'm going to go ahead and release v3.7.2
with these:
I'll move the rest into a new issue for v3.8.0
!
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:
https://github.com/publiclab/image-sequencer/issues/2038
[x] open an issue using the "release" template with this checklist with title
Checklist and coordination for v0.0.0 major/minor/patch release
(see semantic versioning)[ ] create a release project from this template. You can copy a project from its menu.
[x] compile release notes below from corresponding release project.
[x] open a pull request with updated version numbers
package.json
(ex #1695)examples/sw.js
(ex #1734)npm install
to updatepackage-lock.json
(from recent node version - 16 at time of writing, in GitPod should work)package-lock.json
[x] finalize and merge to
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 https://github.com/publiclab/image-sequencer/issues/1751 for
v3.7.0
.Release notes
Compile and edit release notes below, to be copied into the release description.
Added
Fixed
Changed