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

Query tags instead of releases #18

Open
ruimarinho opened this issue Nov 25, 2016 · 3 comments
Open

Query tags instead of releases #18

ruimarinho opened this issue Nov 25, 2016 · 3 comments
Labels
enhancement New feature or request

Comments

@ruimarinho
Copy link
Member

The GitHub release should be the final destination of the changelog, not it's source. We should use tags instead.

@rplopes
Copy link
Contributor

rplopes commented Nov 25, 2016

We should probably discuss this more in depth.

The problem with tags is that Github's API doesn't return their creation dates, so it wouldn't be possible to do the match between PRs and tags as we currently do with PRs and releases. Would probably need more investigation.

@rplopes rplopes added the enhancement New feature or request label Nov 30, 2016
@nunofgs
Copy link

nunofgs commented Sep 27, 2017

@rplopes I was just bitten by this. I too would like to see this repo use tags instead of releases.

It might be possible using Github's graphql API. We can query for tags and retrieve the associated commit author date.

@Americas
Copy link
Contributor

Americas commented Oct 4, 2019

This issue should be revisited, but the last time I checked (it was some time ago), there was still no link between a tag and the date it was created, making this change impossible.

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

No branches or pull requests

4 participants