We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d24a4 commit cf7d0a3Copy full SHA for cf7d0a3
releaser/index.js
@@ -117,9 +117,7 @@ async function main() {
117
118
let output = generateMarkdown(entries);
119
120
- console.log(output);
121
-
122
- /*await octokit.rest.git.createRef({
+ await octokit.rest.git.createRef({
123
owner,
124
repo,
125
ref: `refs/tags/${tagName}`,
@@ -132,7 +130,7 @@ async function main() {
132
130
tag_name: tagName,
133
131
name: milestone.data.title,
134
body: output
135
- });*/
+ });
136
}
137
138
await main();
0 commit comments