Release v1.0.11 - Improved bump line configuration
What's New
Improved Bump Line Examples
- Added bash example with
$1capture group syntax - Added c3270 example without capture group
- Added git repository example with
|*matcher
Critical Post-Bump Update Steps
- Update
ZOPEN_STABLE_URLto use version variable for tarballs - Update
ZOPEN_STABLE_TAGto 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 buildenvfirst to show current version - Then run
bump check buildenvto check for newer versions