You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature makes it possible to call tasks from xconv.yaml without the need to bind to an existing command.
script:
tasks:
- name: push current tagenable: truelanguage: shbind: bumpwhen: afteralias: senddescription: push current tag to remote repositoryscript: | CURRENT_TAG=$(xc tag current --format=%V) git push origin $CURRENT_TAG
Usage:
xc send
Help:
NAME:
send - push current tag to remote repository
USAGE:
xc send
The text was updated successfully, but these errors were encountered:
Description
New feature makes it possible to call tasks from xconv.yaml without the need to bind to an existing command.
Usage:
Help:
The text was updated successfully, but these errors were encountered: