uiur / github-pr-release

Create a release pull request using GitHub API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any simple way to make a PR title?

yogieputra8 opened this issue · comments

Hi,
Is there any simple way to make a PR title with this module instead of hardcoding template.mustache?

No, currently. But I think it would be nice if there is.
What kind of title would you like to make?

I'm thinking that it may be better if it can take a template as string.

release({
  ...
  template: 'Release foo bar'
})

@uiureo yes, say:

release({
  ...
  template: 'Release foo bar'
})

PR welcome!

Ok 👌🏻