-
Notifications
You must be signed in to change notification settings - Fork 255
feat!: v8 #619
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
feat!: v8 #619
Conversation
Co-authored-by: Johan <johanhmr@gmail.com> Co-authored-by: U-NEO\johan <johan.hammar@ombea.com>
this was not working when there were no source code changes to be made, as it lead to attempting to amend a HEAD commit that wasn't produced by PSR
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
* Added sorting to test parameterisation, so that pytest-xdist works again - dramatic speedup for testing * Reworked the CI verification code so it's a bit prettier * Added more testing for the version CLI command, and split some logic out of the command itself * Removed a redundant double-regex match in VersionTranslator and Version, for some speedup
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
* change raw config assets type * fix: correct assets type-annotation for RuntimeContext --------- Co-authored-by: Bernard Cooke <bernard-cooke@hotmail.com>
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
Is there a way to deploy the docs of this upcoming version before it's released? |
Not that I'm aware of - might need to ask @relekang (I don't have access to the pypi or readthedocs stuff) |
Don't worry then. I asked because it can sometimes be useful to preview the docs, so it's easier to look for errors or to learn how the new version works. But it's still possible to view the Markdown files directly here on the repo, or to render the docs locally, so this isn't a big deal. |
Co-authored-by: Micael Jarniac <micael@jarniac.com>
With much love to the whole community ❤️
Open for comments/review, otherwise I think this is ready to merge. Addresses #487