Skip to content

versioning stuff#19

Merged
amniskin merged 5 commits into
masterfrom
testing
Jul 29, 2025
Merged

versioning stuff#19
amniskin merged 5 commits into
masterfrom
testing

Conversation

@amniskin
Copy link
Copy Markdown
Contributor

No description provided.

@amniskin amniskin requested a review from Copilot July 29, 2025 03:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates versioning configuration and dependency management to improve version handling and CI pipeline flexibility. The changes modernize the versioning scheme to better support development builds and streamline dependency organization.

  • Renamed dependency group from "test" to "dev" for broader development tooling
  • Updated versioning scheme from "only-version" to "no-guess-dev" for better development version handling
  • Enhanced tag regex pattern to support more flexible version formats including pre-release versions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updated versioning configuration and renamed test dependencies to dev dependencies
.github/workflows/ci.yml Modified CI to use dev dependencies and added full git history fetch for versioning

Comment thread .github/workflows/ci.yml
- uses: actions/checkout@v4
with:
fetch-depth: 0 # full history
fetch-tags: true # redundant in v4, but explicit
Copy link

Copilot AI Jul 29, 2025

Choose a reason for hiding this comment

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

[nitpick] The comment indicates this option is redundant in actions/checkout@v4. Consider removing the redundant option to keep the configuration clean, or update the comment to explain why explicit specification is preferred despite being redundant.

Suggested change
fetch-tags: true # redundant in v4, but explicit

Copilot uses AI. Check for mistakes.
@amniskin amniskin merged commit 3bb5f0f into master Jul 29, 2025
14 checks passed
@amniskin amniskin deleted the testing branch July 29, 2025 03:45
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