git-copilot-commit 0.3.1__tar.gz → 0.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/.justfile +1 -1
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/PKG-INFO +1 -1
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/src/git_copilot_commit/cli.py +1 -1
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/.github/workflows/ci.yml +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/.gitignore +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/.python-version +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/LICENSE +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/README.md +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/pyproject.toml +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/src/git_copilot_commit/__init__.py +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/src/git_copilot_commit/git.py +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/src/git_copilot_commit/prompts/commit-message-generator-prompt.md +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/src/git_copilot_commit/py.typed +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/src/git_copilot_commit/settings.py +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/src/git_copilot_commit/version.py +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/uv.lock +0 -0
- {git_copilot_commit-0.3.1 → git_copilot_commit-0.3.3}/vhs/demo.vhs +0 -0
|
@@ -42,7 +42,7 @@ bump type="patch":
|
|
|
42
42
|
git tag "$new_version"
|
|
43
43
|
|
|
44
44
|
echo "✓ Created commit and tag for $new_version"
|
|
45
|
-
echo " Run: just release
|
|
45
|
+
echo " Run: `just release $new_version`"
|
|
46
46
|
|
|
47
47
|
# Push commit, tag, and create GitHub release
|
|
48
48
|
release version:
|
|
@@ -28,7 +28,7 @@ def version_callback(value: bool):
|
|
|
28
28
|
@app.callback(invoke_without_command=True)
|
|
29
29
|
def main(
|
|
30
30
|
ctx: typer.Context,
|
|
31
|
-
|
|
31
|
+
_: bool = typer.Option(
|
|
32
32
|
False, "--version", callback=version_callback, help="Show version and exit"
|
|
33
33
|
),
|
|
34
34
|
):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|