Skip to content

Conversation

@FullyTyped
Copy link
Contributor

📬 Issue #, if available:

✍️ Description of changes:
Adds support for automated releases

🔏 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.

release-plz-release:
name: Release-plz release
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'aws' }}
Copy link
Member

Choose a reason for hiding this comment

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

What's the purpose of this check? Making sure that the push is not coming from a forked repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yups

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, it's so that it doesn't run on forks.

But even if somebody removed it, it still won't pus to crates io.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah just a convenience to avoid ci failures on forks. It would be great to add similar for the integration test workflow.

Copy link
Collaborator

@jlizen jlizen left a comment

Choose a reason for hiding this comment

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

Changes look reasonable to me, though I believe there is some internal discussion about some extra review processes.

Only other feedback is, it might be nice to have a small passage in CONTRIBUTING.md explaining how to kick off a release.

release-plz-release:
name: Release-plz release
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'aws' }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah just a convenience to avoid ci failures on forks. It would be great to add similar for the integration test workflow.

@@ -0,0 +1,10 @@
[workspace]
semver_check = true
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is somewhat redundant with our cargo semver check workflow right? I don't mind keeping it though for defense in depth.

@FullyTyped FullyTyped merged commit 190e1aa into main Jan 6, 2026
29 checks passed
@FullyTyped FullyTyped 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.

3 participants