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

Would it be possible to be a little more strict with changelog formatting? #7131

Closed
luzpaz opened this issue Jul 31, 2023 · 4 comments
Closed

Comments

@luzpaz
Copy link
Contributor

luzpaz commented Jul 31, 2023

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

Screenshot_20230731_164255

ref: https://surge-synthesizer.github.io/changelog/

@baconpaul
Copy link
Collaborator

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.

@luzpaz
Copy link
Contributor Author

luzpaz commented Jul 31, 2023

Usecase: http://freshcode.club/submit/surgext

Screenshot_20230731_170343

But there are other downstream packagers that may be parsing changelogs as well.

@baconpaul
Copy link
Collaborator

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

@mkruselj
Copy link
Collaborator

mkruselj commented Aug 1, 2023

What Paul said.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants