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

Replace local split scripts with a Github action #127

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

yann-eugone
Copy link
Contributor

@yann-eugone yann-eugone commented Jun 12, 2024

I've decided to go with a monorepo approach, because I wanted to be able to modify everything within a single commit/PR
But for packages composition to work, I needed to split the git history onto dedicated packages
So far, everything was manual, and I needed to remember to run the scripts on my computer for the packages to be synced (which I forget most of the time)

My goal here is to remove that manual part, and let Github do the job whenever we:

  • push some code on the default branch 0.x
  • push a tag

I've been playing with this for a while now
An I finally reached a point where it seem to work on a test repository I created
https://github.com/yann-eugone/test-monorepo

@yann-eugone yann-eugone requested a review from a team June 12, 2024 15:22
Copy link
Contributor

@J-Ben87 J-Ben87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯

@yann-eugone yann-eugone merged commit 0001e20 into 0.x Jun 12, 2024
9 checks passed
.gitsplit.yml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants