0
Fork 0
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:
Juan Picado 2023-02-14 22:32:40 +01:00
parent 4105fecf4c
commit 5385f33991

View file

@ -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',
});