Skip to content

Release v1.0.11 - Improved bump line configuration

Choose a tag to compare

@IgorTodorovskiIBM IgorTodorovskiIBM released this 20 Oct 14:31
· 9 commits to main since this release

What's New

Improved Bump Line Examples

  • Added bash example with $1 capture group syntax
  • Added c3270 example without capture group
  • Added git repository example with |* matcher

Critical Post-Bump Update Steps

  • Update ZOPEN_STABLE_URL to use version variable for tarballs
  • Update ZOPEN_STABLE_TAG to use version variable for git repos
  • Update zopen_get_version() function to return version variable

Clearer Bump Syntax Documentation

  • Explained both capture group and automatic extraction patterns
  • Pattern examples: |re:/href="package-([\d.]+).tar.gz"/$1/|semver:* vs |re:/Click.to.enter.([\d.]+)"/

Correct Verification Order

  • Run bump current buildenv first to show current version
  • Then run bump check buildenv to check for newer versions