release-notes-generator icon indicating copy to clipboard operation
release-notes-generator copied to clipboard

Error during mvnw clean install

Open jeevitesh opened this issue 3 years ago • 1 comments

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:<...# :beetle: Bug fixes[

  • Bug 1 #1
  • Bug 3 #3

:heart: Contributors

We’d like to thank all the contributors who worked on our current release!

]

  • [@contributor1](c...> but was:<...# :beetle: Bug fixes[

  • Bug 1 #1

  • Bug 3 #3

:heart: 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:<... :star: New Features[

  • Enhancement 1 #2

  • Enhancement 2 #4

  • Enhancement 3 #5

  • Enhancement 4 #6

:heart: Contributors

We’d like to thank all the contributors who worked on our current release!

]

  • [@contributor1](c...> but was:<... :star: New Features[

  • Enhancement 1 #2

  • Enhancement 2 #4

  • Enhancement 3 #5

  • Enhancement 4 #6

:heart: 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.generateWhenDuplicateContributor(ChangelogGeneratorTests.java:126) ]]>

jeevitesh avatar Jan 02 '22 01:01 jeevitesh

@jeevitesh the release notes generated has moved to spring-io, see https://github.com/spring-io/github-changelog-generator

snicoll avatar Jan 02 '22 10:01 snicoll