concourse / semver-resource

automated semantic version bumping
Apache License 2.0
97 stars 105 forks source link

[Feature Request] Allow specifying commit message in params #66

Closed tanner-bruce closed 5 years ago

tanner-bruce commented 6 years ago

Currently you can only set the commit message in the sourceblock. We ran in to a case where following what is going on in the pipeline would be simplified by being able to set the commit message in params on the put step.

lockan commented 5 years ago

+1 to this request. Allowing the commit_message in the params would make more semantic sense, and would also allow for pipelines where multiple version bumps on the same repo might be required with different messaging.

vito commented 5 years ago

FWIW, concourse/rfcs#24 completely eliminates the difference between source and params from a resource's perspective so we should get things like this for free in the future.