ionic-team / create-stencil

npm init stencil
https://stenciljs.com/
MIT License
50 stars 28 forks source link

chore(repo): add dev release instructions #457

Closed rwaskiewicz closed 7 months ago

rwaskiewicz commented 7 months ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [x] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?

We don't have explicit instructions describing how to release the project

GitHub Issue Number: N/A

What is the new behavior?

add instructions for creating a dev release to the repo, similar to the stencil core repository. for now, we omit production releases from this document, as they are not currently automated.

Does this introduce a breaking change?

Testing

I walked through these instructions and published a dev build from them/using them.

I encourage others to do the same in case something isn't clear in these instructions/if I overlooked something

Other information