humanmade / humanmade/block-editor-components
Include built Assets in Releases?
Open
- Dominant language
- JavaScript
- Stars
- 76
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently we build assets and commit them to the repo, but this has some unintended consequences:
- releases aren't as simple as tags as they now require us to build or automate building assets
- a project I'm on uses Webpack 4 and doesn't support chaining operators `?.` but the built assets for this package started using `?.` as of v0.5 making it difficult to upgrade
Do we want to continue building committing and releasing the assets?
Contributor guide
Assessment
This issue has not been assessed yet.