-
Notifications
You must be signed in to change notification settings - Fork 134
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
2021q1 release #597
2021q1 release #597
Conversation
aca9015
to
5197168
Compare
f24dd93
to
a52b312
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽 ❤️
I would like to see a link to the changelog somewhere in the README. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
5363585
to
6f1d165
Compare
David Hebbeker ([\@dhebbeker](https://github.com/dhebbeker)), | ||
Thorsten Lajewski ([\@TheTh0r](https://github.com/TheTh0r)), | ||
Mike Wolfram ([\@mikewolfram](https://github.com/mikewolfram)) | ||
and [many more contributors][contributors]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Continued discussion from #592 (comment):
I've made >20 the new cutoff and linked to the GitHub contributors page. It's arbitrary, but I also don't have a better way and also I don't really want to spend too much time on it. The releases/changelog explicitly call out the contributors again and also the individual contributions in the changelog.
With some scripting and regex, we can now write the release notes in normal markdown and the links get automatically created for the CHANGELOG.md. This makes it so, so much easier to write the release notes. The real cherry on top is that I can now simply copy-paste the release notes without any changes into the GitHub Release UI and it autolinks everything automagically with inline preview 🥰: |
b10adc9
to
af3e66e
Compare
Is there a use-case for having the commit sha available? To look something up in the Git history? |
af3e66e
to
4d31f6d
Compare
I'll merge this tonight and tag the release 2021q1. |
30c62b7
to
4774b14
Compare
The RXNE interrupt was also enabled if only tx was buffered. The controller gets stuck in an endless loop because the flag is never acknowledged in the ISR.
4774b14
to
69c7b52
Compare
69c7b52
to
c0497ed
Compare
c0497ed
to
057ce23
Compare
Let's start doing releases again.
We'll do this in a modular way and with some scripting support to generate the links and to copy all the modular changelogs into a large
CHANGELOG.md
file.I've added the quarterly changelogs all the way back to the last xpcc release 2018q2:
Any opinions on the format (it's from xpcc)?
Closes #44.
cc @rleh @chris-durand @strongly-typed