Skip to content

Use release-plz for automated releases#1061

Closed
ghost wants to merge 2 commits into
mainfrom
enable-automated-releases
Closed

Use release-plz for automated releases#1061
ghost wants to merge 2 commits into
mainfrom
enable-automated-releases

Conversation

@ghost

@ghost ghost commented Nov 18, 2025

Copy link
Copy Markdown

📬 Issue #, if available:

✍️ Description of changes:

🔏 By submitting this pull request

  • I confirm that I've ran cargo +nightly fmt.
  • I confirm that I've ran cargo clippy --fix.
  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

Comment thread .github/workflows/release-plz.yml Outdated
- &install-rust
name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I highly recommend integrating with trusted publishing as part of this PR, which lets you do:

      - name: Authenticate to crates.io
        uses: rust-lang/crates-io-auth-action@v1
        id: auth
      - name: Run release-plz
        uses: release-plz/action@v0.5.102
        with:
          command: release
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

#1035

Comment thread release-plz.toml
Comment thread release-plz.toml
@GradExMachina GradExMachina reopened this Dec 27, 2025
@GradExMachina GradExMachina marked this pull request as ready for review December 27, 2025 08:50
@GradExMachina GradExMachina reopened this Jan 6, 2026
@GradExMachina GradExMachina force-pushed the enable-automated-releases branch from 665edc4 to b8c7716 Compare January 6, 2026 10:43
@GradExMachina GradExMachina deleted the enable-automated-releases branch January 6, 2026 18:47
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