Release v1.0.12 - Fix optional parameters, .gitignore, and SSH protocol
Bug Fixes
Fixed Optional Parameters
- Marked
descriptionanduseras optional inzopen_create_repo - Marked
build_type,script_name, andrun_afteras optional inzopen_create_cicd_job - Users no longer need to provide username if they have a GitHub token
Fixed .gitignore Guidance
- Changed from generic
source/andsource-*/patterns that don't match actual directories - Now uses package-specific pattern:
<package-name>-*/(e.g.,xorgproto-*/) - Matches actual directories created by zopen build (e.g.,
xorgproto-2024.1/) - Added instruction to check actual directory name with
git status
Fixed Git Remote Protocol
- Changed from
git://github.com/zopencommunity/<name>port.git(incorrect) - To
git@github.com:zopencommunity/<name>port.git(correct SSH protocol) - SSH protocol is the correct format for pushing to GitHub from z/OS