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
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.
compile release notes below from corresponding release project.
This template guides us through the steps of creating a new release, based on conversation and testing in #1692.
Discuss with @publiclab/is-maintainers if anything is ambiguous!
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
(almost ready):
|
character in CLI #1634Changed
The text was updated successfully, but these errors were encountered: