-
Notifications
You must be signed in to change notification settings - Fork 354
Release workflow
Describe branches' role & workflows for releases by types.
- latest: latest tag
- next: next tag
-
master: primary branch
In order to have control over the timing of releases,
"release" will be triggered from thelatest
ornext
branches only.
All devs will be done on master
.
nightly
will merge changes frommaster
and buildnightly dist
at the day when found changes on master.
-
master
will be merged intonext
branch.
Every updates before the latest, should flows frommaster
tonext
.Will publish @next by semantic-release
-
master
will be merged intolatest
branch. -
- If all issue resolved or no issue found from the
next
release, will proceed thelatest
release.The period between 'next' to 'latest', not precisely defined, but roughly in a period of 1w ~ 3weeks.
-
master
will be merged intolatest
branch.Will publish @latest by semantic-release
- If all issue resolved or no issue found from the
The intended schedule for official release is on every 3 months.
Note: The period is not an exact & definitive.
Whenever and according the importance, the patch will be released when is necessary.
- Why we decided to start billboard.js?
- Comparison table
- How to migrate from C3.js?
- Who's using billboard.js
- Third party applications
- Themes
- Roadmap
- Architecture & Event
- Plugin Interface
- Release workflow
- How behaves for dynamic loading?
- How tooltip behaves on grouped option?
- How to load as ESM directly from the browser?
- How to implement realtime chart?
- How to bundle for legacy browsers?
- How to generate chart image in Node.js environment?
- Understanding padding