Update docs

This commit is contained in:
github-actions
2023-10-03 18:47:50 +00:00
parent abffd24d5e
commit d41aab7c1a
2 changed files with 1 additions and 4 deletions

View File

@ -9,6 +9,7 @@ module.exports = async ({ github, context }) => {
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: `v${version}`,
target_commitish: github.ref_name,
body: extractSection(changelog, version),
prerelease: process.env.PRERELEASE === 'true',
});