Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 503 Bytes

File metadata and controls

27 lines (19 loc) · 503 Bytes

Contributing

Local development

yarn workspace instauto watch

yarn workspace simpleinstabot dev

Releasing SimpleInstaBot

yarn workspace simpleinstabot run version patch
git push --follow-tags

Wait for github actions to finish and go to https://github.com/mifi/SimpleInstaBot/releases

Releasing instauto

Only needed if changes are made.

yarn workspace instauto run version patch
yarn workspace instauto exec yarn npm publish
git push --follow-tags