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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release_workflow.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,29 @@ Discuss with @publiclab/is-maintainers if anything is ambiguous!
15
15
*[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](https://docs.npmjs.com/about-semantic-versioning/))
16
16
*[ ] create a release [project](https://github.com/publiclab/image-sequencer/projects) from [this template](https://github.com/publiclab/image-sequencer/projects/5). You can copy a project from its menu.
17
17
*[ ] compile release notes below from corresponding [release project](https://github.com/publiclab/image-sequencer/projects).
18
-
*[ ] update version number in `examples/sw.js` (ex #1734) and `package.json` (ex #1695)
18
+
*[ ] open a pull request with updated version numbers
19
+
*[ ] update version number in `examples/sw.js` (ex #1734) and `package.json` (ex #1695)
20
+
*[ ] update version number in `package.json`
21
+
*[ ] run `npm install` to update `package-lock.json` (from recent node version - 16 at time of writing, in GitPod should work)
19
22
*[ ] finalize and merge to `main` branch (freeze merges to `main` branch until next step)
20
-
*[ ] merge, build and publish `/dist/` files to `stable` (merges to `main` branch can resume for next release)
21
-
*[ ] create a release on GitHub and use features description + release notes from below
22
-
*[ ] tag version number branch (i.e. `v0.0.0`)
23
-
*[ ] publish tagged branch to `npm`
23
+
24
+
Now, move to `stable` branch:
25
+
26
+
*[ ] force push from `main` to `stable`
27
+
*[ ] then in `stable` branch, compile `/dist/` files with `grunt build`
28
+
*[ ] add `/dist/` files with `git add -f /dist/*` and commit them to `stable` branch
29
+
*[ ] run `npm publish`
30
+
31
+
Draft a release:
32
+
33
+
*[ ][create a release on GitHub](https://github.com/publiclab/image-sequencer/releases) and use features description + release notes from below
34
+
*[ ] tag version number branch (i.e. `v0.0.0`) based on `stable` or choose `stable`
35
+
*[ ] publish tagged branch to `npm` with `npm publish` (logging in first as necessary)
24
36
*[ ] publish to live Github pages [demo](https://sequencer.publiclab.org) (with [bash script](https://github.com/publiclab/image-sequencer/pull/1703) from `/scripts/update-demo`) (from within GitPod works well)
25
37
*[ ] move anything necessary to next release project, i.e. <!-- Update this link -->https://github.com/publiclab/image-sequencer/projects/[insert project number]
26
38
*[ ] close this issue!
27
39
28
-
Noting we're now in this process in https://github.com/publiclab/image-sequencer/pull/1695 for `v3.6.0`.
40
+
Noting we're now in this process in https://github.com/publiclab/image-sequencer/issues/1751 for `v3.7.0`.
0 commit comments