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

[rfc] changelog format #540

Open
glensc opened this issue Dec 17, 2015 · 6 comments
Open

[rfc] changelog format #540

glensc opened this issue Dec 17, 2015 · 6 comments
Labels

Comments

@glensc
Copy link
Contributor

glensc commented Dec 17, 2015

would be nice to able configure how branch:changelog formats output

➔ gush.phar branch:changelog
#91: Error Checking configuration email buttom   https://github.com/eventum/eventum/issues/91

i would like it to be formatted as:

- emails.php: handle better empty "From:" header. (@glensc, #91)

thus perhaps some templating like:

- {{issue_title}} (@{{issue_assignee}}, #{{issue_id}})
@sstok sstok added the Feature label Dec 18, 2015
@sstok
Copy link
Contributor

sstok commented Dec 18, 2015

There is start-up pr for this #514 but I still need to find time (and health) to finish this.
Or if you would like to finish this that would help us tremendously! 👍

@glensc
Copy link
Contributor Author

glensc commented Dec 18, 2015

i wonder how to get author right for issues? for PR is probably simple, either one who created PR or one who merged (or both).

@cordoval
Copy link
Member

cordoval commented Jun 5, 2016

yeah the author is nice to have
i don't like the file name on it though
and i want the full url as in cli you can click and go there else there is little point
I think is doable just perhaps reading an option on gush.yml and just adapt that format

@cordoval
Copy link
Member

cordoval commented Jun 5, 2016

addressing in #514

@sstok
Copy link
Contributor

sstok commented Jun 6, 2016

FYI, this one is next on my list of things to work on :)
http://keepachangelog.com/ provides some good tips for generating a changelog.

We can use the format of keepachangelog as the default and allow it to be be changed using the local .gush.yml config file 👍

@sstok sstok changed the title [rfe] changelog format [rfc] changelog format Oct 19, 2016
@sstok
Copy link
Contributor

sstok commented Oct 20, 2016

Please see #640

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

No branches or pull requests

3 participants