Skip to content

Conversation

@tamada
Copy link
Owner

@tamada tamada commented Dec 25, 2025

Automatically creates releases.

@tamada tamada added this to the v1.0.0 milestone Dec 25, 2025
@tamada tamada requested a review from Copilot December 25, 2025 06:26
@tamada tamada self-assigned this Dec 25, 2025
@tamada tamada added the bug Something isn't working label Dec 25, 2025
Copy link

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 is a release PR that bumps the project version from 0.8.4 to 0.8.5 and includes workflow configuration updates for cross-compilation testing.

  • Updates version strings across Cargo workspace, README badges, and Containerfile
  • Adds explicit binary configuration in cli/Cargo.toml
  • Modifies cross-compile workflow to run only on test_workflow branch and adds artifact listing step

Reviewed changes

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

Show a summary per file
File Description
Cargo.toml Bumps workspace version to 0.8.5
README.md Updates version badges from 0.8.4 to 0.8.5
Containerfile Updates VERSION ARG to 0.8.5 in both build stages
cli/Cargo.toml Adds explicit [[bin]] configuration for totebag binary
.github/workflows/cross-compile.yaml Restricts workflow to test_workflow branch and updates workflow name
.github/actions/cross-compile/action.yaml Adds new step to list build artifacts after compilation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

rustup target add ${{ matrix.target }}
cargo zigbuild --release --target ${{ matrix.target }}
- name: List the artifacts
Copy link

Copilot AI Dec 25, 2025

Choose a reason for hiding this comment

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

In composite actions, the 'run' step requires an explicit 'shell' directive. Without it, the action will fail when executed. Add 'shell: bash' (or another appropriate shell) to this step.

Suggested change
- name: List the artifacts
- name: List the artifacts
shell: bash

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants