Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(changelog): prevent changelog.js from looking beyond newline for closed issues #125

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

noahmulfinger
Copy link
Contributor

changelog.js had some formatting issues in the 1.0.3 release (see https://github.com/Esri/arcgis-rest-js/blob/master/CHANGELOG.md#103---december-21st-2017)

This occurred because it pulled all text after ISSUES CLOSED: and put it into the issue link. Commit 29e0189 was the one that caused the formatting issue because it had lots of text after the closed issues list.

This PR makes changelog.js discard all text after the newline, so it only pulls the comma-separated issues.

@coveralls
Copy link

coveralls commented Feb 23, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 8b21d67 on fix-changelog into f86c83c on master.

@Esri Esri deleted a comment from coveralls Feb 23, 2018
@jgravois
Copy link
Contributor

confirmed locally. nice work @noahmulfinger!

@jgravois jgravois merged commit a2b6996 into master Feb 23, 2018
@jgravois jgravois deleted the fix-changelog branch February 23, 2018 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants