concourse / semver-resource

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

s3 put with file params does not entertain bump field #127

Closed subhash12 closed 3 years ago

subhash12 commented 3 years ago

The README mentions about atomic put, where version can be bumped up during put action.

When it has file param, then the bump does not seem to happen

- put: version
  params:
     bump: minor
     file: version/version

Is there any plans to support both file and bump params attributes