Hanami: Publish release notes for services like sibbell.com?

Created on 2 Mar 2017  路  8Comments  路  Source: hanami/hanami

Sibbel is a service that notifies devs about package updates:

image

It shows release notes in the email and website:

image

But not when they're not filled :(

image

So it would be nice if you could include release notes with the tags.

(I'm not affiliated to sibbel in any way)

discussion

Most helpful comment

Okay, let's give it a shot. @AlfonsoUceda please take care of this.

Closing this issue as "fixed".

All 8 comments

I think a more pressing reason would be including the notes on the Releases page, rather than this specific tool. For example:
image

vs Hanami's release page:
image

It looks like the way to do this is through GitHub's UI: https://github.com/blog/1547-release-your-software and the notes aren't stored within Git itself, but on GitHub.

hanami* Releases are done with bundle exec rake release. It looks like GitHub release notes are not supported. We'd have to implement this ourselves, plus complicate the release process, by dealing with GitHub API tokens.

Some relevant discussion: https://github.com/olivierlacan/keep-a-changelog/issues/1

Seems like a lot of work for a minor nice-to-have feature :/

What do you think @zavan (and others)?

@zavan Hey, thanks for your suggestion. How does Sibbel work? By manual entry from us?

@jodosha It fetches your GitHub faved repos and sends you an email when there's a new release/tag, in the email it sends the changes if they're on the GitHub release. Refer to @cllns for how to publish the changes.

@cllns I agree that integrating this in the release process is too much work for a "nice to have", I'd just CTRL+C/CTRL+V the markdown from the CHANGELOG into the GitHub release, since they're not THAT frequent after all.

@zavan Gotcha. Thank you.

I agree that integrating this in the release process is too much work for a "nice to have", I'd just CTRL+C/CTRL+V the markdown from the CHANGELOG

This can work.

We can try that for the next version.

Okay, let's give it a shot. @AlfonsoUceda please take care of this.

Closing this issue as "fixed".

@AlfonsoUceda This is the page you need to add release notes: https://github.com/hanami/hanami/tags (have to switch to the 'Tags' tab, 'Releases' doesn't show any options for editing the release notes)

@cllns thanks for the comment ;)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vlad-at-work picture vlad-at-work  路  7Comments

AlfonsoUceda picture AlfonsoUceda  路  5Comments

andrew picture andrew  路  5Comments

olistik picture olistik  路  9Comments

mkarganov picture mkarganov  路  3Comments