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

Add release date to changelog #721

Closed
pytestbot opened this issue Apr 15, 2015 · 5 comments
Closed

Add release date to changelog #721

pytestbot opened this issue Apr 15, 2015 · 5 comments
Labels
type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature

Comments

@pytestbot
Copy link
Contributor

Originally reported by: BitBucket: JocelynDelalande, GitHub: JocelynDelalande


Hello,

Would be usefull in project evaluation and following to add release date to the project documentation, changelog section.


@pytestbot pytestbot added the type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature label Jun 15, 2015
@pfctdayelise
Copy link
Contributor

Strongly support! I often try to find this information out and so far don't have a good way to do it.But I don't know if we can do it in some automated way or just manually.

@nicoddemus
Copy link
Member

👍

I think to just agree to add the release date after each version would be great. 😄

@DuncanBetts
Copy link
Contributor

DuncanBetts commented Nov 26, 2016

Well, here's the dates:

tagdates.txt

Obtained using:

$ git log --tags --simplify-by-decoration --pretty="format:%ci %d"

@nicoddemus
Copy link
Member

Thanks @DuncanBetts!

Anybody up for a PR to apply those dates (only the date part, not the time) to the title sections of the CHANGELOG? Then we can adopt this practice from now on.

I'm thinking simply:

3.0.5.dev (unreleased)

3.0.4 (2016-11-09)

@cwacha
Copy link

cwacha commented Dec 5, 2016

I second this proposal. I was not aware of the git command and it solved my issue. You could at least add the git command to the Changelog page. That way you wouldn't have to update the changelog in the future. But adding the dates would be more client friendly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
Projects
None yet
Development

No branches or pull requests

5 participants