-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: google-github-actions/release-please-action
base: v3.7.13
head repository: google-github-actions/release-please-action
compare: v4.0.0
- 13 commits
- 18 files changed
- 5 contributors
Commits on Nov 7, 2023
-
docs: emphasize the need for a personal access token (#842)
It isn't made explicit that the default token is one that doesn't allow GitHub Actions CI jobs to run. Updated the section to make that even more clear. Signed-off-by: Leland Clemmons <[email protected]> Co-authored-by: Jeff Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ddb669 - Browse repository at this point
Copy the full SHA 1ddb669View commit details
Commits on Nov 29, 2023
-
Any advanced configuration should be done via a release-please-config.json. Fixes #859 Fixes #858 Fixes #857 Fixes #852 feat!: remove most configuration options in favor of manifest configuration to configure the release-please-action refactor!: rewrite in typescript feat!: remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` feat!: run on node20 deps!: upgrade release-please to v16
Configuration menu - View commit details
-
Copy full SHA for 9cf05a0 - Browse repository at this point
Copy the full SHA 9cf05a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d36178c - Browse repository at this point
Copy the full SHA d36178cView commit details -
build: update to use v4 configuration options (#881)
Update our own dogfood usage of the action
Configuration menu - View commit details
-
Copy full SHA for c5182cc - Browse repository at this point
Copy the full SHA c5182ccView commit details
Commits on Nov 30, 2023
-
build: actually run main() in index.ts (#882)
When converting to typescript we didn't call the main() method if index.ts/js is invoked directly.
Configuration menu - View commit details
-
Copy full SHA for 546de4e - Browse repository at this point
Copy the full SHA 546de4eView commit details
Commits on Dec 1, 2023
-
build: temporarily allow manual triggering to debug (#887)
<!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. -->
Configuration menu - View commit details
-
Copy full SHA for eb6e951 - Browse repository at this point
Copy the full SHA eb6e951View commit details -
fix: restore include-component-in-tag default (false) (#888)
v3 had this option and must be configurable or at least set to `false` so that the default behavior is to create a plain `v1.2.3` tag (without the component name prefixed). Found this while dogfooding our own usage of the action (in this repo).
Configuration menu - View commit details
-
Copy full SHA for 19431a1 - Browse repository at this point
Copy the full SHA 19431a1View commit details -
build: the include-component-in-tag should default to false (#889)
The default should be to create plain tags like `v1.2.3` Signed-off-by: Jeff Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de60c24 - Browse repository at this point
Copy the full SHA de60c24View commit details -
build: remove unneeded, failing labelling step (#890)
release-please already adds the `autorelease:pending` label It has been failing for quite awhile with: ``` SyntaxError: missing ) after argument list at new AsyncFunction (<anonymous>) at callAsyncFunction (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:7514:16) Error: Unhandled error: SyntaxError: missing ) after argument list at main (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:7541:26) at Module.720 (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:7525:1) at __webpack_require__ (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:24:31) at startup (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:43:[19](https://github.com/google-github-actions/release-please-action/actions/runs/7064411294/job/19232404141#step:3:20)) at /home/runner/work/_actions/actions/github-script/v3/dist/index.js:49:18 at Object.<anonymous> (/home/runner/work/_actions/actions/github-script/v3/dist/index.js:52:10) at Module._compile (node:internal/modules/cjs/loader:1198:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1[25](https://github.com/google-github-actions/release-please-action/actions/runs/7064411294/job/19232404141#step:3:26)2:10) ```Configuration menu - View commit details
-
Copy full SHA for b1da2ae - Browse repository at this point
Copy the full SHA b1da2aeView commit details -
fix: bump release-please from 16.3.0 to 16.3.1 (#876)
Bumps [release-please](https://github.com/googleapis/release-please) from 15.13.0 to 16.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/release-please/releases">release-please's releases</a>.</em></p> <blockquote> <h2>v16.3.1</h2> <h2><a href="https://github.com/googleapis/release-please/compare/v16.3.0...v16.3.1">16.3.1</a> (2023-11-27)</h2> <h3>Bug Fixes</h3> <ul> <li>Backfill files by commit for rebased PRs (<a href="https://redirect.github.com/googleapis/release-please/issues/2141">#2141</a>) (<a href="https://github.com/googleapis/release-please/commit/ee6d82ffd27dd121fd0d73437456680d9d54dc98">ee6d82f</a>)</li> <li>Pass prerelease to buildVersioningStrategy (<a href="https://redirect.github.com/googleapis/release-please/issues/2133">#2133</a>) (<a href="https://github.com/googleapis/release-please/commit/c9450dffd7af3646a214d01a9b368ebab720be53">c9450df</a>)</li> </ul> <h2>v16.3.0</h2> <h2><a href="https://github.com/googleapis/release-please/compare/v16.2.0...v16.3.0">16.3.0</a> (2023-11-10)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> Refactor node-workspace plugin to drop lerna-lite/core (<a href="https://redirect.github.com/googleapis/release-please/issues/2117">#2117</a>) (<a href="https://github.com/googleapis/release-please/commit/65fa72eb2f7931768d6aae5a45f04f037fe4f06a">65fa72e</a>)</li> </ul> <h2>v16.2.0</h2> <h2><a href="https://github.com/googleapis/release-please/compare/v16.1.0...v16.2.0">16.2.0</a> (2023-11-08)</h2> <h3>Features</h3> <ul> <li>Allow customizing PR body footer (<a href="https://redirect.github.com/googleapis/release-please/issues/2115">#2115</a>) (<a href="https://github.com/googleapis/release-please/commit/43014a1f15d3640d67cb90cbf3047919facfa53e">43014a1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Correctly parse standalone prerelease PR body (<a href="https://redirect.github.com/googleapis/release-please/issues/2123">#2123</a>) (<a href="https://github.com/googleapis/release-please/commit/5ee9e3e9ae292dc4128717c3d5924da93b3bb670">5ee9e3e</a>)</li> <li>Set PR labels serially (<a href="https://redirect.github.com/googleapis/release-please/issues/2122">#2122</a>) (<a href="https://github.com/googleapis/release-please/commit/bf58911d989f08abe3105309b6e6f918186e1125">bf58911</a>)</li> </ul> <h2>v16.1.0</h2> <h2><a href="https://github.com/googleapis/release-please/compare/v16.0.0...v16.1.0">16.1.0</a> (2023-10-26)</h2> <h3>Features</h3> <ul> <li>Implement custom prerelease type (<a href="https://redirect.github.com/googleapis/release-please/issues/2083">#2083</a>) (<a href="https://github.com/googleapis/release-please/commit/97b05421168316a23592897c8853893adf08d24c">97b0542</a>)</li> <li>Update package-lock.json workspace entry versions (<a href="https://redirect.github.com/googleapis/release-please/issues/2088">#2088</a>) (<a href="https://github.com/googleapis/release-please/commit/dbb11bc62d6c8135b5b168354e8f235398ffab03">dbb11bc</a>), closes <a href="https://redirect.github.com/googleapis/release-please/issues/1993">#1993</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Releasable units should use version from pull-request body (<a href="https://redirect.github.com/googleapis/release-please/issues/2102">#2102</a>) (<a href="https://github.com/googleapis/release-please/commit/db035b798f33c5ce0ddf2a43dcf2458c170c8fe3">db035b7</a>), closes <a href="https://redirect.github.com/googleapis/release-please/issues/2101">#2101</a></li> </ul> <h2>v16.0.0</h2> <h2><a href="https://github.com/googleapis/release-please/compare/v15.13.0...v16.0.0">16.0.0</a> (2023-09-18)</h2> <h3>⚠ BREAKING CHANGES</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/release-please/blob/main/CHANGELOG.md">release-please's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/release-please/compare/v16.3.0...v16.3.1">16.3.1</a> (2023-11-27)</h2> <h3>Bug Fixes</h3> <ul> <li>Backfill files by commit for rebased PRs (<a href="https://redirect.github.com/googleapis/release-please/issues/2141">#2141</a>) (<a href="https://github.com/googleapis/release-please/commit/ee6d82ffd27dd121fd0d73437456680d9d54dc98">ee6d82f</a>)</li> <li>Pass prerelease to buildVersioningStrategy (<a href="https://redirect.github.com/googleapis/release-please/issues/2133">#2133</a>) (<a href="https://github.com/googleapis/release-please/commit/c9450dffd7af3646a214d01a9b368ebab720be53">c9450df</a>)</li> </ul> <h2><a href="https://github.com/googleapis/release-please/compare/v16.2.0...v16.3.0">16.3.0</a> (2023-11-10)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> Refactor node-workspace plugin to drop lerna-lite/core (<a href="https://redirect.github.com/googleapis/release-please/issues/2117">#2117</a>) (<a href="https://github.com/googleapis/release-please/commit/65fa72eb2f7931768d6aae5a45f04f037fe4f06a">65fa72e</a>)</li> </ul> <h2><a href="https://github.com/googleapis/release-please/compare/v16.1.0...v16.2.0">16.2.0</a> (2023-11-08)</h2> <h3>Features</h3> <ul> <li>Allow customizing PR body footer (<a href="https://redirect.github.com/googleapis/release-please/issues/2115">#2115</a>) (<a href="https://github.com/googleapis/release-please/commit/43014a1f15d3640d67cb90cbf3047919facfa53e">43014a1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Correctly parse standalone prerelease PR body (<a href="https://redirect.github.com/googleapis/release-please/issues/2123">#2123</a>) (<a href="https://github.com/googleapis/release-please/commit/5ee9e3e9ae292dc4128717c3d5924da93b3bb670">5ee9e3e</a>)</li> <li>Set PR labels serially (<a href="https://redirect.github.com/googleapis/release-please/issues/2122">#2122</a>) (<a href="https://github.com/googleapis/release-please/commit/bf58911d989f08abe3105309b6e6f918186e1125">bf58911</a>)</li> </ul> <h2><a href="https://github.com/googleapis/release-please/compare/v16.0.0...v16.1.0">16.1.0</a> (2023-10-26)</h2> <h3>Features</h3> <ul> <li>Implement custom prerelease type (<a href="https://redirect.github.com/googleapis/release-please/issues/2083">#2083</a>) (<a href="https://github.com/googleapis/release-please/commit/97b05421168316a23592897c8853893adf08d24c">97b0542</a>)</li> <li>Update package-lock.json workspace entry versions (<a href="https://redirect.github.com/googleapis/release-please/issues/2088">#2088</a>) (<a href="https://github.com/googleapis/release-please/commit/dbb11bc62d6c8135b5b168354e8f235398ffab03">dbb11bc</a>), closes <a href="https://redirect.github.com/googleapis/release-please/issues/1993">#1993</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Releasable units should use version from pull-request body (<a href="https://redirect.github.com/googleapis/release-please/issues/2102">#2102</a>) (<a href="https://github.com/googleapis/release-please/commit/db035b798f33c5ce0ddf2a43dcf2458c170c8fe3">db035b7</a>), closes <a href="https://redirect.github.com/googleapis/release-please/issues/2101">#2101</a></li> </ul> <h2><a href="https://github.com/googleapis/release-please/compare/v15.13.0...v16.0.0">16.0.0</a> (2023-09-18)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>require node 18+ (<a href="https://redirect.github.com/googleapis/release-please/issues/2069">#2069</a>)</li> </ul> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/release-please/commit/f2472e1782200aae997eaaa360416a961dfb8f92"><code>f2472e1</code></a> chore(main): release 16.3.1 (<a href="https://redirect.github.com/googleapis/release-please/issues/2144">#2144</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/7d974e8551766a6d68cd2f2ddc4e2438742ed033"><code>7d974e8</code></a> chore(deps): update dependency <code>@types/npmlog</code> to v7 (<a href="https://redirect.github.com/googleapis/release-please/issues/2139">#2139</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/c9450dffd7af3646a214d01a9b368ebab720be53"><code>c9450df</code></a> fix: pass prerelease to buildVersioningStrategy (<a href="https://redirect.github.com/googleapis/release-please/issues/2133">#2133</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/ee6d82ffd27dd121fd0d73437456680d9d54dc98"><code>ee6d82f</code></a> fix: backfill files by commit for rebased PRs (<a href="https://redirect.github.com/googleapis/release-please/issues/2141">#2141</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/87f4a9333039c89f861b57226102907902b2f26e"><code>87f4a93</code></a> docs: fix versioning strategy table rendering (<a href="https://redirect.github.com/googleapis/release-please/issues/2131">#2131</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/cae5ac0a0203032726a3893bdafe7bde378ae27d"><code>cae5ac0</code></a> chore: remove compile protos from post processor (<a href="https://redirect.github.com/googleapis/release-please/issues/2134">#2134</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/3a9a14fe75c3d0b088ff102df731d6d47a4670d0"><code>3a9a14f</code></a> build: release on node 18 (<a href="https://redirect.github.com/googleapis/release-please/issues/2129">#2129</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/c08849e83d9dff9cb274ec1c22994b63fcb362e1"><code>c08849e</code></a> chore(main): release 16.3.0 (<a href="https://redirect.github.com/googleapis/release-please/issues/2128">#2128</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/65fa72eb2f7931768d6aae5a45f04f037fe4f06a"><code>65fa72e</code></a> feat(deps): refactor node-workspace plugin to drop lerna-lite/core (<a href="https://redirect.github.com/googleapis/release-please/issues/2117">#2117</a>)</li> <li><a href="https://github.com/googleapis/release-please/commit/0e2305b6d5210181f695be9f0a2ee366b1f0ccdb"><code>0e2305b</code></a> chore(main): release 16.2.0 (<a href="https://redirect.github.com/googleapis/release-please/issues/2121">#2121</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/release-please/compare/v15.13.0...v16.3.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9291a9 - Browse repository at this point
Copy the full SHA c9291a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b067e38 - Browse repository at this point
Copy the full SHA b067e38View commit details -
docs: fix update output key names (#885)
Apparently the only key having the `release_` prefix is the `created` key, the rest should all be present without that prefix. I've updated the output keys in the readme, removing the `release_` prefix. Signed-off-by: Luca Lanziani <[email protected]> Co-authored-by: Jeff Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27c87c8 - Browse repository at this point
Copy the full SHA 27c87c8View commit details -
chore(main): release 4.0.0 (#883)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v3.7.13...v4.0.0) (2023-12-01) ### ⚠ BREAKING CHANGES * remove most configuration options in favor of manifest configuration to configure the release-please-action * rewrite in typescript * remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` * run on node20 * **deps:** upgrade release-please to v16 * v4 release ### Features * **deps:** upgrade release-please to v16 ([9cf05a0](9cf05a0)) * remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` ([9cf05a0](9cf05a0)) * remove most configuration options in favor of manifest configuration to configure the release-please-action ([9cf05a0](9cf05a0)) * run on node20 ([9cf05a0](9cf05a0)) * v4 release ([9cf05a0](9cf05a0)) ### Bug Fixes * bump release-please from 16.3.0 to 16.3.1 ([#876](https://github.com/google-github-actions/release-please-action/issues/876)) ([c9291a9](c9291a9)) * restore include-component-in-tag default (false) ([#888](https://github.com/google-github-actions/release-please-action/issues/888)) ([19431a1](19431a1)) ### Code Refactoring * rewrite in typescript ([9cf05a0](9cf05a0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Jeff Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6d1fd9 - Browse repository at this point
Copy the full SHA a6d1fd9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.7.13...v4.0.0