mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 07:51:35 +02:00
build: debug forking build
This commit is contained in:
2
.github/workflows/release-please.yaml
vendored
2
.github/workflows/release-please.yaml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: GoogleCloudPlatform/release-please-action@v2.3.0
|
- uses: GoogleCloudPlatform/release-please-action@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RELEASE_PR_TOKEN }}
|
token: ${{ secrets.RELEASE_PR_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
|
|||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -41232,6 +41232,8 @@ class Node extends release_pr_1.ReleasePR {
|
|||||||
currentTag: `v${candidate.version}`,
|
currentTag: `v${candidate.version}`,
|
||||||
previousTag: candidate.previousTag,
|
previousTag: candidate.previousTag,
|
||||||
});
|
});
|
||||||
|
console.info(commits);
|
||||||
|
console.info(`CHANGELOG = ${changelogEntry}`);
|
||||||
// don't create a release candidate until user facing changes
|
// don't create a release candidate until user facing changes
|
||||||
// (fix, feat, BREAKING CHANGE) have been made; a CHANGELOG that's
|
// (fix, feat, BREAKING CHANGE) have been made; a CHANGELOG that's
|
||||||
// one line is a good indicator that there were no interesting commits.
|
// one line is a good indicator that there were no interesting commits.
|
||||||
|
|||||||
Reference in New Issue
Block a user