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

Core changelog generator erroneously strips hyphens #32

Open
basil opened this issue Apr 10, 2023 · 0 comments
Open

Core changelog generator erroneously strips hyphens #32

basil opened this issue Apr 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@basil
Copy link
Member

basil commented Apr 10, 2023

Jenkins and plugins versions report

Jenkins: 2.395

What Operating System are you using (both controller, and any agents involved in the problem)?

Ubuntu 22.04.2 LTS x86_64

Reproduction steps

jenkinsci/jenkins#7679 contained the following proposed changelog entry:

The stop-builds command did nothing if the last build of the job was already finished, even while earlier builds were running.

Expected Results

The punctuation of the above proposed changelog should be retained in the final changelog.

Actual Results

jenkins-infra/jenkins.io#6124 contained this entry, without the hyphen:

The stopbuilds command did nothing if the last build of the job was already finished, even while earlier builds were running.

Anything else?

This is caused by #26, which removes all hyphens (not just hyphens at the beginning of each line, as was the original intention).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant