-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release 0.2.0 to main #91
Merged
Merged
+1,163
−652
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As release PR, do not squash!
test PR to test the integration tests: QEDjl-project/QEDbase.jl#123
I set up the deploy keys and the private keys already. I also changed the release template slightly to reflect that we no longer have to tag or publish github releases ourselves.
~Open it as draft, because I want to test the package with the QED ecosystem, before I release.~ fix QEDjl-project#27
- now, the script setups the dev branch versions of all QED projects in correct order to resolve circular dependencies - handles also the compat entries, if the QED package to test has a new version CI Integration tests: allow to modify the compat entries of dependencies
… entries) (QEDjl-project#74) Now, the script setups the dev branch versions of all QED projects in correct order to resolve circular dependencies Handles also the compat entries, if the QED package to test has a new version
…t section of other packages If a QED package has increased its version, all other QED packages will continue to work in the CI tests, even if they have not yet updated their compat section.
…t section of other packages (QEDjl-project#79) If a QED package has increased its version, all other QED packages will continue to work in the CI tests, even if they have not yet updated their compat section. - [x] CI must pass: QEDjl-project/QEDcore.jl#77
Before, the function only returned dependencies, which was defined in required_dependencies. Now, the function also returns dependencies, which are (implicit) dependencies of the dependencies looking for. Example: required_dependencies=["QEDfields"] returned before: ["QEDfields"] returns now: ["QEDbase", "QEDcore", "QEDfields"]
…core 0.2 and QEDbase 0.3 (QEDjl-project#83) This pull request changes the compat entry for the `QEDcore` package from `0.1` to `0.1, 0.2`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.
Changelog.md is no longer necessary, simplifying the release procedure
Changelog.md is no longer necessary, simplifying the release procedure
…name of the active package environment (QEDjl-project#88) Here you find a PR which tests this fix: QEDjl-project/QEDbase.jl#136
The final package updates for a new working state. Has to wait until fields is registered.
SimeonEhrig
approved these changes
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds some maintenance and improvements to CI scripts. Also updates the versions of QEDbase.jl, QEDcore.jl, QEDprocesses.jl, QEDfields.jl, and QEDevents.jl.
QEDbase.jl v0.3.0 release: https://github.com/QEDjl-project/QEDbase.jl/releases/tag/v0.3.0
QEDcore.jl v0.2.0 release: https://github.com/QEDjl-project/QEDcore.jl/releases/tag/v0.2.0
QEDprocesses.jl v0.3.0 release: https://github.com/QEDjl-project/QEDprocesses.jl/releases/tag/v0.3.0
QEDevents.jl v0.2.0 release: https://github.com/QEDjl-project/QEDevents.jl/releases/tag/v0.2.0
QEDfields.jl v0.2.0 release: https://github.com/QEDjl-project/QEDfields.jl/releases/tag/v0.2.0
Do not squash