Skip to content

Release v1.0.10 - Comprehensive post-build guidance and bump configuration

Choose a tag to compare

@IgorTodorovskiIBM IgorTodorovskiIBM released this 20 Oct 14:15
· 10 commits to main since this release

What's New

Post-Build Actions (Step 5)

  • Added verification of bump line configuration
  • Detailed guidance on updating zopen_append_to_env for libraries/headers
  • Examples showing how to handle library exports for dependent ports

Bump Line Configuration (Step 6.2)

  • Format examples for tarball and git repositories
  • Correct bump commands: bump check buildenv and bump current buildenv
  • How to leverage Homebrew livecheck regex from ruby_source_path
  • Using raw.githubusercontent.com URLs to fetch Homebrew formulas

Version Information Collection (Step 1)

  • Added step to collect version check regex from Homebrew livecheck blocks
  • Guidance on constructing raw URLs from ruby_source_path

Git Protocol Guidance (Step 7)

  • Use git:// protocol for zopen community port repositories
  • Keep https:// protocol for upstream source repositories

Build Hygiene (Step 6.3)

  • Added .gitignore patterns: source/ and source-*/ to exclude build artifacts