-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
doc: Changelog v0.5.0 #1531
doc: Changelog v0.5.0 #1531
Conversation
I found two small problems in the changelog:
|
7f4afc3
to
f7ed88d
Compare
@zoli111 Thank you, fixed! |
- gcc >= 10 | ||
- clang >=10 | ||
- qt6 >= 6.2 | ||
- Use Github Actions v3 |
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.
- Use Github Actions v3 | |
- Use Github actions/checkout v4 |
Should probably bump it directly to v4 before ;)
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 moved this to #1550 :)
|
||
## Full commit log | ||
|
||
https://github.com/SFTtech/openage/compare/v0.4.1...v0.5.0 |
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.
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.
Next one won't be as huge 😆
f7ed88d
to
0740062
Compare
0740062
to
9b7643d
Compare
doc/changelogs/engine/v0.5.0.md
Outdated
@@ -0,0 +1,148 @@ | |||
# [0.5.0] - 2023-01-01 |
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.
date - we could just leave it out?
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.
fixed
9b7643d
to
8f88559
Compare
Also leaving that here for the future: https://github.com/orhun/git-cliff Would need an adoption of conventional commits though to work best. Would take away the burden of writing changelogs manually, though, and probably make the release process a bit more streamlined. |
Ready for release 🚀
resolves #1518