Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2025

This PR contains the following updates:

Package Type Update Change
ni/python-actions action minor v0.1.0 -> v0.2.0

Release Notes

ni/python-actions (ni/python-actions)

v0.2.0: ni/python-actions v0.2.0

Compare Source

What's Changed
  • Add the check-project-version action (https://github.com/ni/python-actions/pull/5)
    • The check-project-version action uses Poetry to get the version of a Python project and checks that it matches an expected version.
    • You can use this action in your project's publish workflow to verify that the project version matches the GitHub release tag.
    • By default, this action checks against github.ref_name, which is the GitHub release tag for GitHub release events.
  • Add the update-project-version action (https://github.com/ni/python-actions/pull/5)
    • The update-project-version action uses Poetry to update the version of a Python project and creates a pull request to modify its pyproject.toml file.
    • You can use this action in your project's publish workflow to update the version number for the next release or pre-release.
    • You can specify version-rule and use-dev-suffix to customize the versioning scheme.
      • version-rule specifies the rule for updating the version number. For example, major will update 1.0.0 -> 2.0.0, while patch will update 1.0.0 -> 1.0.1. See the docs for poetry version for the list of rules and their behavior.
      • use-dev-suffix specifies whether to use development versions like 1.0.0.dev0.
New Contributors

Full Changelog: ni/python-actions@v0.1.0...v0.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from csjall and mikeprosserni as code owners June 5, 2025 02:03
@github-actions
Copy link
Contributor

github-actions bot commented Jun 5, 2025

Test Results

 10 files  ±0   10 suites  ±0   10s ⏱️ -2s
 69 tests ±0   69 ✅ ±0  0 💤 ±0  0 ❌ ±0 
660 runs  ±0  660 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 99d3045. ± Comparison against base commit dc53ce3.

@bkeryan bkeryan merged commit 365a4d8 into main Jun 5, 2025
14 checks passed
@renovate renovate bot deleted the users/renovate/ni-python-actions-0.x branch June 5, 2025 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants