Trendyol / baklava

Baklava is a design system provided by Trendyol to create a consistent UI/UX for app users.
https://baklava.design/
MIT License
1.26k stars 112 forks source link

[BUG]: The versions of deployments made for the beta version should not lag the main versions #892

Open erbilnas opened 3 months ago

erbilnas commented 3 months ago

Issue description

Ensure that future beta versions are always aligned with or ahead of the main release versions

Media & Screenshots

No response

Baklava Version

No response

Operating system

No response

Priority this issue should have

High (immediate attention needed)

Please review the checkboxes that are applicable.

erbilnas commented 1 month ago

Resources that can be used to solve the problem:

https://semantic-release.gitbook.io/semantic-release

muratcorlu commented 1 month ago

You just need to merge main branch to next just after every stable releases. Then stable release tag will be included in next branch as well, so semantic-release can see the latest release when generating beta release tag on next branch ;)