Commit Graph

4 Commits

Author SHA1 Message Date
Sérgio Ramos 6f2eb3cbb1 chore: add type to published tag names 2017-05-26 13:01:29 +01:00
Sérgio Ramos b665dec740 chore: actually publish
it was only listing updated packges
2017-05-26 10:36:16 +01:00
Sérgio Ramos 802dff3e42 chore: improve publish tag description 2017-05-26 10:35:27 +01:00
Sérgio Ramos 65a104f7d4 chore: implement a publish script
- checks whether branch is `master`
- checks whether the tree is clean
- checks whether HEAD doesn't match origin
- publishes using lerna
- updates root version based on --staging/--dev/--production flags
- tags tapo with name `${pkg.name}@${pkg.version}`
- pushes tag to origin

that creates and pushes a repo tag afterwards
2017-05-26 10:20:05 +01:00