concourse / semver-resource

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

tag support for commits in git backend #32

Open vise890 opened 7 years ago

vise890 commented 7 years ago

what would people view be on adding support for tagging the bumping commits by the git driver?

I'm thinking something like an also_tag flag in the resource setup.

concourse-bot commented 7 years ago

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

jtarchie commented 7 years ago

@vise890, could you clarify the use case for this?

vise890 commented 7 years ago

i don't use concourse anymore (different team) so it is a bit fuzzy.

But the idea was to have the commit being built be tagged with the version rather than a separate commit on a different branch writing in a file.

jtarchie commented 7 years ago

@vise890, thanks for the update! In the past day, I've learned a lot more about this feature request. Someone even made a PR at one point. I think there is a use for this. I'd like to see what it would take to get the PR back.

vise890 commented 7 years ago

I do think it'd be pretty handy! thanks for the follow up!

4n70w4 commented 3 years ago

any news?