Closed willdurand closed 7 years ago
Heya!
Thank you for this gem, really useful. However, I think it is a bit too much opinionated. IMO we should be able to configure:
v
I guess the ~/puppetforge.yml file is a good start. We could add two new parameters such as bump_commit_message and tag_pattern:
~/puppetforge.yml
bump_commit_message
tag_pattern
--- url: ... username: ... password: ... git: bump_commit_message: "Bump version" tag_pattern: "v{version_number}"
WDYT?
William
allowing to override the default messages sounds good to me
Hello: What's the status of this?
+1
Heya!
Thank you for this gem, really useful. However, I think it is a bit too much opinionated. IMO we should be able to configure:
v
in my tags).I guess the
~/puppetforge.yml
file is a good start. We could add two new parameters such asbump_commit_message
andtag_pattern
:WDYT?
William