ionic-team / create-stencil

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

chore(ci): stub automated (prod) releases #472

Closed rwaskiewicz closed 7 months ago

rwaskiewicz commented 7 months ago

this commit implements an initial workflow for prod releases for the cli. it is capable of:

it does nothing of consequence, other than log information to the console. once this has landed, it can be test manually to root out any bugs in the implementation as it stands and complete the implementation

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 - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?

GitHub Issue Number: N/A

What is the new behavior?

-

-

Does this introduce a breaking change?

Testing

Other information