891b71bdf5
Fix release notes rake task
...
It breaks when a commit message is "FIX:"
2019-12-05 11:53:10 -05:00
874985db71
DEV: Ignore duplicate prefixes when generating release notes
2019-09-04 15:45:48 +02:00
30990006a9
DEV: enable frozen string literal on all files
...
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.
Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
5012d46cbd
Add rubocop to our build. ( #5004 )
2017-07-28 10:20:09 +09:00
844b92bf12
Include perf improvements in release notes
...
Add ability to specify 'from' and 'to' tags in rake task
2014-11-07 04:01:44 -08:00
76f68e23e8
FIX: Strip the word "SECURITY" from the output too
2014-11-06 16:05:13 -05:00
9e55215c71
FIX: Include security in release notes
2014-11-06 16:02:26 -05:00
1333378f39
FIX: Don't include reverts in release notes
2014-11-06 16:02:26 -05:00
7a3b8b399c
release notes now includes lines from comments with a blank like after the first one
2014-10-28 06:31:30 -07:00
9879340b69
Improved release notes.
...
- Format markdown with headers and bullets.
- Split out comments with more than one FIX or FEATURE
- Escape a few characters that disrupt formatting
2014-10-23 20:44:02 -07:00
b58435de90
improve output of the release_note:generates rake task
2014-10-02 19:18:07 +02:00
2f8e28c918
FEATURE: new release_note:generate rake task
2014-10-02 19:01:10 +02:00