-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add release notes for v1.2.0 #2683
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
Conversation
Shouldn't RC changelog be removed as these are duplicate with 1.2.0 final? |
+1 for removing RC section and I'd also get rid of the BUGS section as all bug fixes for existing features should go to the stable branch (1.1). This should be only new features and (hopefully none) breaking changes. Please see also #2608 because there's a lot of redundancy in this CHANGELOG |
+1 for removing RC sections |
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 personally don't like this changelog, it's far too noisy and there are duplicated lines with just gofmt
as a title.
Beside that a final release should be merged with the RCs.
CHANGELOG.md
Outdated
* feat: Only use issue and wiki on repo. (#1297) | ||
* Allow push to init a wiki repo (#1279) | ||
* Dockerfile for aarch64 (#1128) (#1130) | ||
* SECURITY |
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.
Security and breaking changes should be on the top of the list
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.
done.
CHANGELOG.md
Outdated
* Remove sha1 hash display in repository table (#1678) | ||
* Download files to their original filename (#1676) | ||
* Exposes in API the Repo entity's Size and IsBare property | ||
(#1668) |
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.
This new line should be removed
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.
done.
CHANGELOG.md
Outdated
* Check if missing/modified/unused deps in vendor and fix errors (#1468) | ||
* Add GOFLAGS and EXTRA_GOFLAGS (#1438) | ||
* Include formatting check to the `make test` (and thus also `check`) rule (#1366) | ||
* DOCS |
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.
A docs section? seriously?
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.
Why not? Or Where should I put this changes? Misc?
CHANGELOG.md
Outdated
* add mssql to app.ini db config comment (#1172) | ||
* Add MSSQL to issues template (#1171) | ||
* MISC | ||
* Fix adding branch as protected to not allow pushing to it (#2556) |
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.
Fix...
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.
done.
CHANGELOG.md
Outdated
* Add MSSQL to issues template (#1171) | ||
* MISC | ||
* Fix adding branch as protected to not allow pushing to it (#2556) | ||
* Fix releases to be counted from database not tags (#2389) (#2424) |
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.
Fix...
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.
It's actually only kind of fix and more like feature to be more compatible behaviour people expect from release page of repository and are used to in GitHub
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.
But it still a fix as it fixed problems with release page :)
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'd list this as Tags listed in releases tab (#2389) (#2424)
under Misc
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.
They were listed also in previous stable release only paging was completely broken and order also I think. They stopped showing up when paging was fixed and so I fixed that back
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.
@lafriks done. |
This changelog is generated from PRs according lables on milestone 1.2.0 by github.com/go-gitea/changelog. And I have adjusted them, please review again. |
Maybe this is a clear indication that Using commit log diffs as changelogs is a bad idea. It can be useful to use as basis to write the changelog, so that nothing is forgotten. But clearly needs a human touch. |
Folks, it doesn't have to be perfect for this release. Can we please just release 1.2.0. And thanks to everyone who has contributed, particularly the core contributors. |
LGTM |
LGTM |
As titile.