Allow to send notifications and to skip bumping VERSION_FILE#19
Allow to send notifications and to skip bumping VERSION_FILE#19exAspArk wants to merge 2 commits intojaspernbrouwer:masterfrom
Conversation
c2729a9 to
a490a70
Compare
7d89359 to
b83f6b3
Compare
|
Hi there! Finally you might think 😉 Allowing to not use a version-file is actually a cool idea, and I'd like to integrate that! Sending notifications is also cool, but I'm not sure which way to go on that. These kind of features have been asked before, and I've seen some forks with nice additions in that regard, but the actual implementation has always been rather straightforward. Not that that's a down-side per se, but I envision a more plugin-like structure where users can add these in a more uniform way. Unfortunately that would take some time and testing to implement. So, if I may be so blunt, I have two questions:
|
|
@jaspernbrouwer glad to hear from you 😸 Thanks for your feedback. Supporting a plugin-like structure sounds like a great idea! I've opened 2 separate PRs:
Closing this PR then |
Hi,
We currently use
git-flow-hooksto send notifications in our Slack channel and Hipchat room. It's very useful to track release and hotfix changes, especially for those who don't work with repository directly. So we also decided to specify versions manually as it is quite easy to see all previous versions in a messenger.I thought it might be useful for someone else.