-
Notifications
You must be signed in to change notification settings - Fork 404
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
Would it be possible to be a little more strict with changelog formatting? #7131
Comments
oooh the changelog is really not designed for parsing. What's your use case? 1.2.1 and 1.2.2 lasted order days or hours so we didn't break them out; but that was more for human consumption. |
Usecase: http://freshcode.club/submit/surgext But there are other downstream packagers that may be parsing changelogs as well. |
Oh you should track our releases with tags not parsing the change log! We have signed git tags for each release and a distinct branch for each release which is atomic with the code changes |
What Paul said. |
Currently 1.2.1, 1.2.2 and 1.2.3 are consolidated. This makes it hard to remotely parse the changes that were made in the 2 minor versions after 1.2.1
ref: https://surge-synthesizer.github.io/changelog/
The text was updated successfully, but these errors were encountered: