Hexo: Install release-drafter GitHub app

Created on 13 Nov 2019  ·  13Comments  ·  Source: hexojs/hexo

@hexojs/core

I found the application for the GitHub release note.

https://github.com/apps/release-drafter

This application create a release note automatically.
Current hexo has many time releases and I think it's hard to us. (Sorry @curbengh ...)

I'm concerned about installation permissions, but perhaps useful for us.
How do you think?

We can find some examples.

discussion

Most helpful comment

It works well :)

https://github.com/hexojs/hexo/releases

I will install the release drafter to all hexo repo in this weekend :)

All 13 comments

+1

Can use the following config to be consistent with existing style:

name-template: '$NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
categories:
  - title: '### Features'
    labels: 'feat'
  - title: '### Fixes'
    labels: 'fix'
  - title: '### Dependencies'
    label: 'chore'
change-template: '- $TITLE [#$NUMBER]'
template: |
  $CHANGES

The config LGTM.

@NoahDragon @tomap @segayuu @seaoak
Do you have an any advice or objections?
If you have not objections, I will install this app to one of hexo repository. how do you think?

I have no objection.
I'm leaving this to you. :smile:

This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@curbengh @SukkaW
Which package will release soon? I will install it to repo.

@YoshinoriN

hexo-util will release a new version after those 2 PRs being merged.

Once, I install the release-drafter and submitted PR to two repositories (hexo-util & this repo)

Please see:

https://github.com/hexojs/hexo/pull/4165
https://github.com/hexojs/hexo-util/pull/185

It works well :)

https://github.com/hexojs/hexo/releases

I will install the release drafter to all hexo repo in this weekend :)

This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

unstale

This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

unstale

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakeg picture jakeg  ·  3Comments

demurgos picture demurgos  ·  3Comments

testareas picture testareas  ·  3Comments

hgDendi picture hgDendi  ·  3Comments

Helihua1992 picture Helihua1992  ·  3Comments