Skip to content

v3.8.0: Support reading the subject from a file. (#173)

Compare
Choose a tag to compare
@dawidd6 dawidd6 released this 08 Aug 12:27
· 13 commits to master since this release
3c0bbc5
Allows dynamic subjects to be generated at action runtime
(e.g., "Foobar version 1.2.3 is released", where 1.2.3
is not known at action config time).

Leverages the existing file:// support for body, but renames
getBody to getText, in keeping with this expanded role.