File tree Expand file tree Collapse file tree
actions/bump-version-snapshot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898
9999 - name : Bump version
100100 id : bump-version-snapshot
101- uses : bakdata/ci-templates/actions/patch -snapshot@feat/new-bumpversion
101+ uses : bakdata/ci-templates/actions/bump-version -snapshot@feat/new-bumpversion
102102 with :
103103 working-directory : ${{ inputs.working-directory }}
104104 test-version : ${{ steps.bump-version.outputs.release-version }}
Original file line number Diff line number Diff line change 2626 id : bump-version
2727 run : |
2828 echo "old-version=$(python -c "from configparser import ConfigParser; cfg = ConfigParser(); cfg.read('.bumpversion.cfg'); print(cfg['bumpversion']['current_version'])")" >> "$GITHUB_OUTPUT"
29- bump2version --allow-dirty patch
29+ bump2version --allow-dirty --no-tag --no-commit patch
3030 echo "new-version=$(python -c "from configparser import ConfigParser; cfg = ConfigParser(); cfg.read('.bumpversion.cfg'); print(cfg['bumpversion']['current_version'])")" >> "$GITHUB_OUTPUT"
3131 shell : bash
3232 working-directory : ${{ inputs.working-directory }}
You can’t perform that action at this time.
0 commit comments