adopted-ember-addons / ember-keyboard

An Ember.js addon for the painless support of keyboard events
http://adopted-ember-addons.github.io/ember-keyboard/
Other
177 stars 57 forks source link

Use release-it hook to copy .md files at publish time #672

Closed SergeAstapov closed 2 years ago

SergeAstapov commented 2 years ago

this should make release process slightly simpler and would make all the *.md files be located in the root so they could be opened via GitHub interface (rather than it's a symlink now and GitHub does not handle it properly).

cc @lukemelia as you do the releases. This does not actually change things much, you still just need to run only one command yarn release from the root.

lukemelia commented 2 years ago

Thanks @SergeAstapov!