Skip to content

Commit

Permalink
Add description of changes to unversioned section of NEWS.md
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Schneider <[email protected]>
  • Loading branch information
nlschn committed Jan 2, 2021
1 parent 31213d3 commit 8a8cb91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unversioned

### Added
- Add functionality to read and process commit messages in order to merge them to the commit data (See issue #180). Three values are available for the new attribute `commit.messages` in `proj.conf`:
1. `none` is the default value and does not change the previous behaviour of `proj.data$set.commits`.
2. `title` merges the commit message titles (i.e. the first non white space line of a commit message) to the commit data. This gives the data frame an additional column `title`.
3. `messages` merges both titles and message bodies to the commit data frame. This adds two new columns `title` and `message.body`.


### Changed/Improved
- Add `.drone.yml` to enable running our CI pipelines on drone.io (PR #191, 1c5804b59c582cf34af6970b435add51452fbd11)

Expand Down

0 comments on commit 8a8cb91

Please sign in to comment.