Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Jun 21, 2018
1 parent 66a88e2 commit 0936ab8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Back to [Readme](README.md).

## [1.0.0] - 2018-06-21

### Added

* New page "All Features"
* New page "All Tags"
* New page "Scenarios by Tag"
* New page "Scenarios by Feature"
* Parameters in steps are now highlighted

## [0.8.0] - 2018-06-10

### Fixed
Expand Down Expand Up @@ -158,6 +168,7 @@ Back to [Readme](README.md).

Initial project version on GitHub and Maven Central.

[1.0.0]: https://github.com/trivago/cluecumber-report-plugin/tree/1.0.0
[0.8.0]: https://github.com/trivago/cluecumber-report-plugin/tree/0.8.0
[0.7.1]: https://github.com/trivago/cluecumber-report-plugin/tree/0.7.1
[0.6.0]: https://github.com/trivago/cluecumber-report-plugin/tree/0.6.0
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ This project was created because

![report_detail](documentation/img/page_scenarios_by_feature.png)

**All scenarios**

![report_detail](documentation/img/page_all_scenarios.png)

## Changelog

All changes are documented in the [full changelog](CHANGELOG.md).
Expand Down
2 changes: 1 addition & 1 deletion example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<cucumber.report.json.location>${project.basedir}/json</cucumber.report.json.location>
<generated.report.location>${project.build.directory}/cluecumber-report</generated.report.location>
<generated.report.location>${project.build.-m "directory}/cluecumber-report</generated.report.location>
</properties>

<build>
Expand Down

0 comments on commit 0936ab8

Please sign in to comment.