Skip to content
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

Add bumping of internal deps for plugin #44

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

Charles-Schleich
Copy link
Member

No description provided.

Copy link

PR missing one of the required labels: {'dependencies', 'bug', 'internal', 'enhancement', 'new feature', 'breaking-change', 'documentation'}

@Charles-Schleich Charles-Schleich added the internal Changes not included in the changelog label Nov 22, 2024
@diogomatsubara
Copy link
Contributor

Need to update the release.yml workflow to include the patterns like here: https://github.com/eclipse-zenoh/zenoh-python/blob/main/.github/workflows/release.yml#L52-L54

@Charles-Schleich Charles-Schleich changed the title Add bumping of internal deps for plugins Add bumping of internal deps for plugin Nov 22, 2024

if [[ -n $bump_deps_branch ]]; then
toml_set_in_place Cargo.toml "workspace.dependencies.$dep.branch" "$bump_deps_branch"
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added update of package.metadata.deb.depends

@gabrik gabrik merged commit 07303ab into eclipse-zenoh:main Nov 22, 2024
9 checks passed
cargo check

if [[ -n $bump_deps_version || -n $bump_deps_branch ]]; then
git commit Cargo.toml Cargo.lock -m "chore: Bump $bump_deps_pattern version to $bump_deps_version"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you also have to commit the change of the zenoh-plugin-remote-api/Cargo.toml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants