# RELEASE CHECKLIST

```markdown
* [ ] make sure dependencies are released (`rm -rf node_modules && npm i && grunt` works)
* [ ] semantic release `bpmn-js-properties-panel` (`grunt release {minor|major|patch}`)
* [ ] integration test against [properties-panel example](https://github.com/bpmn-io/bpmn-js-examples/tree/master/properties-panel)
* [ ] write blog post
* [ ] spread the word
```
