File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/groovy/org/shipkit/changelog Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ gradlePlugin {
1313}
1414
1515pluginBundle {
16- website = ' https://github.com/shipkit/org.shipkit. shipkit-changelog'
17- vcsUrl = ' https://github.com/shipkit/org.shipkit. shipkit-changelog.git'
16+ website = ' https://github.com/shipkit/shipkit-changelog'
17+ vcsUrl = ' https://github.com/shipkit/shipkit-changelog.git'
1818 plugins {
1919 changelog {
2020 displayName = ' Shipkit changelog plugin'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class ChangelogFormatTest extends Specification {
1515 " 2020-01-01" )
1616
1717 then :
18- changelog == """ <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/org.shipkit. shipkit-changelog)*</sup></sup>
18+ changelog == """ <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>
1919
2020#### 1.0.0
2121 - 2020-01-01 - [5 commit(s)](https://github.com/myorg/myrepo/compare/v0.0.9...v1.0.0) by mockitoguy, john
@@ -30,7 +30,7 @@ class ChangelogFormatTest extends Specification {
3030 " 2020-01-01" )
3131
3232 then :
33- changelog == """ <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/org.shipkit. shipkit-changelog)*</sup></sup>
33+ changelog == """ <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>
3434
3535#### 2.0.0
3636 - 2020-01-01 - [2 commit(s)](https://github.com/myorg/myrepo/compare/v1.5.5...v2.0.0) by mockitoguy
You can’t perform that action at this time.
0 commit comments