8000 feat: add support for Julia projects by cadojo · Pull Request #2555 · googleapis/release-please · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add support for Julia projects #2555

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cadojo
Copy link
@cadojo cadojo commented Jun 8, 2025

Julia projects have their versions specified in their dependency files, not their lock files. Their dependency files can be named JuliaProject.toml or (more commonly) Project.toml. Each package version is held by the 'version' key in the project TOML file. This makes release-please parsing simple!


  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #2152

Copy link
google-cla bot commented Jun 8, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Jun 8, 2025
@cadojo cadojo force-pushed the jcarpinelli/julia-project-support branch from 7d604cd to 382ce4b Compare June 8, 2025 12:59
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Jun 8, 2025
@cadojo cadojo force-pushed the jcarpinelli/julia-project-support branch from 36c2c7a to dd52bb5 Compare June 8, 2025 13:40
@cadojo cadojo marked this pull request as ready for review June 8, 2025 13:49
@cadojo cadojo requested review from a team as code owners June 8, 2025 13:49
@cadojo cadojo force-pushed the jcarpinelli/julia-project-support branch from c6ede81 to 105e4f3 Compare June 16, 2025 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add release type for Julia packages
2 participants
0