You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I clone the project added some basic details in the application.yaml file like
releasenotes.github:
organization:
name: *******
username: *****
password: ******
Then ran the command mvnw clean install getting below error, Please help me to resolve the issue.
We’d like to thank all the contributors who worked on our current release!
]
[@contributor1](c...>
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.assertOutputisCorrect(ChangelogGeneratorTests.java:135)
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.generateWhenNoEnhancements(ChangelogGeneratorTests.java:86)
]]>
<![CDATA[org.junit.ComparisonFailure:
expected:<... ⭐ New Features[
We’d like to thank all the contributors who worked on our current release!
]
[@contributor1](c...>
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.assertOutputisCorrect(ChangelogGeneratorTests.java:135)
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.generateWhenDuplicateContributor(ChangelogGeneratorTests.java:126)
]]>
The text was updated successfully, but these errors were encountered:
Hi,
I clone the project added some basic details in the application.yaml file like
releasenotes.github:
organization:
name: *******
username: *****
password: ******
Then ran the command mvnw clean install getting below error, Please help me to resolve the issue.
<![CDATA[org.junit.ComparisonFailure:
expected:<...# 🪲 Bug fixes[
❤️ Contributors
We’d like to thank all the contributors who worked on our current release!
]
[@contributor1](c...> but was:<...# 🪲 Bug fixes[
Bug 1 #1
Bug 3 #3
❤️ Contributors
We’d like to thank all the contributors who worked on our current release!
]
[@contributor1](c...>
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.assertOutputisCorrect(ChangelogGeneratorTests.java:135)
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.generateWhenNoEnhancements(ChangelogGeneratorTests.java:86)
]]>
<![CDATA[org.junit.ComparisonFailure:
expected:<... ⭐ New Features[
Enhancement 1 #2
Enhancement 2 #4
Enhancement 3 #5
Enhancement 4 #6
❤️ Contributors
We’d like to thank all the contributors who worked on our current release!
]
[@contributor1](c...> but was:<... ⭐ New Features[
Enhancement 1 #2
Enhancement 2 #4
Enhancement 3 #5
Enhancement 4 #6
❤️ Contributors
We’d like to thank all the contributors who worked on our current release!
]
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.assertOutputisCorrect(ChangelogGeneratorTests.java:135)
at io.spring.releasenotesgenerator.ChangelogGeneratorTests.generateWhenDuplicateContributor(ChangelogGeneratorTests.java:126)
]]>
The text was updated successfully, but these errors were encountered: