-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: export types #25714
fix: export types #25714
Conversation
@lmiller1990 Isn't this a bug fix? Would need type |
@emilyrohrbough sure, good point - I changed it to |
Hey @lmiller1990 @emilyrohrbough - This doesn't look like it triggered a release, it would normally be the commit message that should have type So just checking, is there a way you can manually trigger a release for this or will we have to wait until the next release is triggered by something else? Thanks! |
Hi @samtjo . We run on a ~2 week release cadence, so this fix should be included in our 12.6.0 release currently planned for a week from today |
Great thanks @mike-plummer! |
It's also possible to trigger a release by making a PR directly against master - I should have done that. If you want this feature now you could
Alternatively, just wait for the next release. 💯 |
It's alright, I can wait until next week for 12.6.0 - thanks again 👍🏻 |
@lmiller1990 @samtjo |
Just to check @ZachJW34, is the next Cypress release you're referring to, the 12.6.0 one next week? |
@samtjo Yes that's the one! |
* develop: (28 commits) chore: update changelog validation example (#25742) fix: Improve error handling around calls to `this.next` in middleware (#25702) chore: debug page tooltip distance and artifact border (#25727) fix: update newProject ref when switching between organizations in SelectCloudProjectModal (#25730) misc: Add max widths to debug page message states (#25725) chore: export types (#25714) chore: release @cypress/webpack-preprocessor-v5.16.3 chore: release @cypress/vue-v5.0.4 chore: release @cypress/grep-v3.1.4 chore: Fix flaky test (#25726) dependency(deps): update dependency debug to ^4.3.4 🌟 (#25699) feat: openInIDE for failed debug spec (#25691) test: fix flaky CT test by relying on query (#25706) test: fix flaky migration test (#25672) misc: style change for responsiveness (#25687) misc: set min widths for icons (#25684) chore(deps): update dependency markdown-it to v11.0.1 🌟 (#25698) chore: Fix flaky origin .wait() test (#25693) chore: unskip tests (#25676) chore: release @cypress/webpack-preprocessor-v5.16.2 ...
Additional details
Export types.
Steps to test
No real need. You could pull the branch, build, and sure types are exported.
How has the user experience changed?
N/A
PR Tasks
cypress-documentation
?type definitions
?