twolfson / foundry

Release manager for npm, bower, component, PyPI, git tags, and any command you want
The Unlicense
41 stars 8 forks source link

Allow for manual entering of release message #9

Open twolfson opened 10 years ago

twolfson commented 10 years ago

Depends on #8

Currently, we cannot customize the release message on a per release basis. However, for things like CHANGELOGs, it makes sense to allow someone to enter what the message should be. As a result, we should allow opening of $EDITOR (either via a flag, -F?, or a config setting).