Skip to content

Commit ad8e0fc

Browse files
committed
Fixed Shipkit link and tests
1 parent 239b198 commit ad8e0fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/release.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ gradlePlugin {
1313
}
1414

1515
pluginBundle {
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'

src/test/groovy/org/shipkit/changelog/ChangelogFormatTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)