File: RELEASE.md

package info (click to toggle)
lumino 0~20200824%2Bgit93880412-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,148 kB
  • sloc: javascript: 158; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Release instructions for Lumino

Check for releases since the last published version to determine appropriate
patch/minor/major version changes.
If a dependent package moves by minor/major, then that package needs to jump
minor/major as well.

```bash
git clean -dfx
yarn
yarn run version
# Update the changelog with published packages (minor or higher) and included PRs.
#
yarn run publish
# Push any changes to master
```