-
-
Notifications
You must be signed in to change notification settings - Fork 75
feat: monorepo support #240
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
Conversation
9fc2cb7
to
481f1fc
Compare
481f1fc
to
d29c50f
Compare
Hey @tranzystorek-io this is far from being done but it brings a lot of changes to the tag serialization/deserialization. I think I might managed to release this without making it a breaking change but I am not sure yet. Let me know what you think. |
An unexpected but welcome change 😄 |
How can I help to move this forward? |
cfa8821
to
a1531c8
Compare
16fe5ea
to
de337ed
Compare
Hey @blaggacao sorry for the late reply, this feature is hard to split in smaller tasks unfortunately. |
@tranzystorek-io @blaggacao I am almost there ! Here are some generated changelog examples:
Tell me if you think something is missing. |
594a691
to
60dc811
Compare
Thanks for working on this! Examples look good to me. |
Wonderful! Looks good to go, we'll test drive this in our team as soon as we can free a spot. But |
Codecov Report
@@ Coverage Diff @@
## main #240 +/- ##
==========================================
+ Coverage 81.83% 85.07% +3.24%
==========================================
Files 30 42 +12
Lines 3969 5495 +1526
==========================================
+ Hits 3248 4675 +1427
- Misses 721 820 +99
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
✔️ c224e98...763a2d4 - Conventional commits check succeeded. |
Todos:
[x] match latest tag by date when dealing with monorepo instead of semver ordering (latest package tag could be lower than some older package tags)public_api
(default: true)Closes #232