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 1ce0906 commit e3dc0fcCopy full SHA for e3dc0fc
release/next.js
@@ -21,6 +21,7 @@ configPromise.then((config) => {
21
}).then((result) => {
22
// This logics avoid a overflow of next tags in github by removing the last
23
// tag before pushing the current one for each next release
24
+ console.log('Release result: ', result);
25
return (
26
result &&
27
result.nextRelease.gitTag &&
0 commit comments