GitTools / GitReleaseNotes

Easily generate release notes
MIT License
173 stars 52 forks source link

Support usage without issue tracker #87

Open pascalberger opened 9 years ago

pascalberger commented 9 years ago

Consider a mode where GitReleaseNotes could be used without issue tracker support. This would allow to use it in environments where a currently not supported issue tracker is used (like TFS/VSO). In this case it should just add the commit messages to the change log.

GeertvanHorrik commented 9 years ago

We are actually working on a new codebase where the issue tracker is just an addition, no longer a requirement.

GeertvanHorrik commented 9 years ago

But... don't get your hopes up this will be implemented soon. We have a lot on our plate.

gep13 commented 9 years ago

Also, I think the intention of GitReleaseNotes is a flat file of some description. This file could then be picked up by GitReleaseManager to continue the process of connecting to the Issue Tracker that is being used.

GeertvanHorrik commented 9 years ago

@gep13 exactly, I misread that part, good addition.