mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 06:21:39 +02:00
fix(release-please): fallback to tag (#89)
This commit is contained in:
1
index.js
1
index.js
@@ -44,7 +44,6 @@ async function main () {
|
||||
// Next we check for PRs merged since the last release, and groom the
|
||||
// release PR:
|
||||
if (!command || command === 'release-pr') {
|
||||
console.info(changelogSections)
|
||||
const release = ReleasePRFactory.buildStatic(releaseType, {
|
||||
monorepoTags,
|
||||
packageName,
|
||||
|
||||
Reference in New Issue
Block a user