-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore(ops): update semver checks to package #2146
Conversation
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
@@ Coverage Diff @@
## main #2146 +/- ##
==========================================
- Coverage 94.10% 93.72% -0.39%
==========================================
Files 372 372
Lines 11201 11201
Branches 1458 1458
==========================================
- Hits 10541 10498 -43
- Misses 636 675 +39
- Partials 24 28 +4 see 24 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Docker build preview for jellyfish/apps is ready! Built with commit 2e02e7a
You can also get an immutable image with the commit hash
|
What this PR does / why we need it:
Implement proper semver versioning for our releases. Currently, it only allows
major.minor.patch
. It doesn't support beta/rc tags.Which issue(s) does this PR fixes?:
Fixes #
Additional comments?: