mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
Update trigger-release.ts
This commit is contained in:
parent
4105fecf4c
commit
5385f33991
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const octokit = new Octokit({
|
|||
owner: 'verdaccio',
|
||||
repo: 'verdaccio',
|
||||
tag_name: tag,
|
||||
body: changelog.toString(),
|
||||
body: '## Release /n TBA',
|
||||
draft: true,
|
||||
discussion_category_name: 'Announcements',
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue