Skip to content

Conversation

@oschwald
Copy link
Member

@oschwald oschwald commented Dec 3, 2025

Summary

  • Add pre-flight checks to verify tools and connectivity before making any changes
  • Support pre-release versions (e.g., 1.0.0-beta.1) in changelog parsing

Pre-flight checks added

  • Verify gh CLI is authenticated
  • Verify repository access via gh
  • Verify git can connect to remote (catches SSH/credential issues)
  • Check required commands: perl, uv

Changes

  1. Added pre-flight check block at the start of the script
  2. Updated version regex to support pre-release suffixes like -beta.1

🤖 Generated with Claude Code

- Remove redundant git push --tags (gh release create handles tags)
- Fix shellcheck SC2162: add -r flag to read command
- Apply shfmt formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants