Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
898 Bytes
context_parser: pypyr.parser.string
steps:
- name: pypyr.steps.assert
description: --> ops/bump expects major, minor or patch.
in:
assert:
this: !py argString in ['major', 'minor', 'patch']
- name: pypyr.steps.pype
description: --> validate code & packaging before version bump
in:
pype:
name: build
args:
argList:
- package
- name: pypyr.steps.pype
description: --> getting current version
in:
pype:
name: build
groups: get_version
- name: pypyr.steps.cmd
description: --> bumping version
in:
cmd: bumpversion --no-tag --commit {argString}
- name: pypyr.steps.cmd
description: --> push bump
in:
cmd: git push
- name: pypyr.steps.pype
description: --> getting new version
in:
pype:
name: build
groups: get_version