TODO: description
Current workflow before applying full automated solution:
- make changes
- create PR and either link a package or use
publish:canary
- once PR is reviewed publish package from
master
At the moment package is released manually using command-line from a developer machine using following command depending on the change type:
GH_TOKEN=<github_api_token> yarn publish:ci:patch
GH_TOKEN=<github_api_token> yarn publish:ci:minor