Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set up CI & semantic-release #7

Open
4 tasks
good-idea opened this issue Jun 16, 2019 · 0 comments
Open
4 tasks

set up CI & semantic-release #7

good-idea opened this issue Jun 16, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@good-idea
Copy link
Owner

good-idea commented Jun 16, 2019

  • add yarn build to all package's prepare scripts
  • add git commands to CI scripts:
    git checkout master
    lerna bootstrap
    git reset --hard
    lerna publish from-package --yes
    
    • make sure this pushes the updated version & commit to github.
    • The reference below mentions that developers do a manual lerna version. Make sure that the commands above take care of the versioning, so any push to master will trigger a publish.

References:

@good-idea good-idea self-assigned this Jun 16, 2019
@good-idea good-idea added this to the 1.0 milestone Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant