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

Enhancing releases section of repo #2418

Closed
raiyanalam opened this issue Jun 6, 2019 · 3 comments
Closed

Enhancing releases section of repo #2418

raiyanalam opened this issue Jun 6, 2019 · 3 comments

Comments

@raiyanalam
Copy link

Hi,
The releases section in this repo does not provide any information on the changes incorporated in the release.
image

It would be great if with each release a list of changes are displayed or even a simple link to changelog would also help. Also, GitHub will notify watchers every time a new release is available.
Solution wise, since the repo already uses Azure pipelines for CI, we can potentially leverage its built-in task to publish release notes to GitHub. The task can be configured to create a release only when the pipeline is triggered for a matching tag. It can compute an exhaustive list of changes done in this release, list them and cross reference it with the issues. Additionally, we can also provide a list links to external sources which we think will be useful for users to get started with the release.
Here is a sample repo that leverages this capability. Being a built in task, this can be achieved with minor changes to the CI file.

PS: I am a PM for azure pipelines. I would be happy to help with the changes :)

@raiyanalam
Copy link
Author

@jordwalke

@davesnx
Copy link
Member

davesnx commented Nov 20, 2022

Last few releases contain minimum information but it's hand-written.

It would be great to have the GithubRelease task as part of the CI, would you like to setup something?

@davesnx davesnx closed this as completed Nov 20, 2022
@davesnx davesnx reopened this Nov 20, 2022
@anmonteiro
Copy link
Member

they do now

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

No branches or pull requests

3 participants