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

Include relevant changelog on Release page #837

Open
johnd0e opened this issue May 7, 2024 · 2 comments
Open

Include relevant changelog on Release page #837

johnd0e opened this issue May 7, 2024 · 2 comments

Comments

@johnd0e
Copy link
Contributor

johnd0e commented May 7, 2024

Description of the new feature or improvement

It would be convenient not only see build number, but relevant changelog parts, e.g.:

build 6331

changelog:

--------------------------------------------------------------------------------
drkns 2024-05-06 12:34:28+01:00 - build 6331

1. Refactoring.

LuaMacro\changelog:

shmuel 2024-05-06 11:34:46+03:00 - build 831

1. mf.eval(S,2): invalid area in 'S' is treated as a part of key

2. mf.eval(S,2): a leading slash in 'S' indicates that no area is specified

Alternatively: list of commits messages since last build, e.g.:

build 6331

Alternatively: link to github compare, e.g.:

build 6331

builds/3.0.6330...builds/3.0.6331

Proposed technical implementation details (optional)

To get news from changelog we need to compare old size vs new size, and output only diff.

@alabuzhev
Copy link
Contributor

It could be improved indeed.
We probably could steal a few ideas from other projects, e.g. include merged PRs and contributors like in michaellukashov/Far-NetBox.

But I hate this yaml nonsense with all my heart, so please don't count on me, it might take forever.
PRs are welcome.

@johnd0e
Copy link
Contributor Author

johnd0e commented May 17, 2024

e.g. include merged PRs

That could be useful if only this project would PR-driven, which is not currently in case.
So better stick to commits msgs reciting.

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

2 participants