It would be nice to pass every bumversion command by parameter #2
diegopmendes
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice if it allowed the entire bump version command to be passed by parameter. So we could assemble the command dynamically. For example, today the default command has
--tag
and doesn't allow me to pass a--not-tag
> For example:Today:
~/.local/bin/bumpversion --tag --current-version ${{ inputs.current_version }} --commit --allow-dirty --commit-args="-a" ${{ inputs.part }}
Suggestion:
~/.local/bin/bumpversion ${{COMPLETE_COMAND_BUMPVERSION}}
Beta Was this translation helpful? Give feedback.
All reactions