-
Notifications
You must be signed in to change notification settings - Fork 102
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
Speed up release cycles ♻️ #532
Comments
@eddie-knight @maoo - just pinging you for your awareness! 👍 |
Thanks @JamieSlome - checkout #534 , it probably checks all your boxes. In parallel, can we set some target dates for future releases? 1.3.0 - reconciled code - May 3rd @coopernetes @msagi @JamieSlome - did I miss any important milestone? you think that dates are realistic? |
@eddie-knight - looks like the GitHub automatic versioning works nicely 👍 Not sure why the NPM publish failed? On a side note, should we add an ignore list for files like |
@eddie-knight - fabulous job on this and appreciate the follow up minor improvements ❤️ @TheJuanAndOnly99 @maoo - are we able to make |
Done! |
Observations 👀
Our current release cycle is slow and is unduly held up by the implementation of large changes sets. In order to release new features and bug improvements today, we use the
published
GitHub event via GitHub releases to trigger an NPM publication.This can be found in our GitHub workflows here 👈
Requirements 📝
In order to speed up our release cycles and follow open source best practices we should:
Tasks
The text was updated successfully, but these errors were encountered: