From 488508e79416df3bc9e3d2bfc2d73f3800cecd6b Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Mon, 22 Aug 2022 11:57:44 -0500 Subject: [PATCH] chore(main): release release-please-action 4.0.0 --- CHANGELOG.md | 174 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 3 files changed, 177 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f6b641..d73f8eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,179 @@ # Changelog +## [4.0.0](https://github.com/google-github-actions/release-please-action/compare/release-please-action-v3.3.0...release-please-action-v4.0.0) (2022-08-22) + + +### ⚠ BREAKING CHANGES + +* if switching to manifest releaser, release_created will only be set if "." path is published. +* switch to using @actions/core getBooleanInput, accepted values for true = ["true", "True", "TRUE"], accepted values for false = ["false", "False", "FALSE"] +* **release-please:** consolidate manifest and individual releasers (#398) +* moves to code-suggester for PR management (#57) +* initial implementation of logic for running release please + +### Features + +* Add `bump-minor-pre-major` option ([#9](https://github.com/google-github-actions/release-please-action/issues/9)) ([788c495](https://github.com/google-github-actions/release-please-action/commit/788c495e2607702ce5ab41e9e246161d07fe8854)) +* add `bump-patch-for-minor-pre-major` option ([#365](https://github.com/google-github-actions/release-please-action/issues/365)) ([435e216](https://github.com/google-github-actions/release-please-action/commit/435e216fbed0bacec7eb7bc92d39191c3b2c2c3a)) +* add a `changelog-host` parameter to `action.yml` ([#550](https://github.com/google-github-actions/release-please-action/issues/550)) ([1a4217f](https://github.com/google-github-actions/release-please-action/commit/1a4217fc5af4d6a1a679709447b32633be19bceb)) +* Add a changelog section type ([#64](https://github.com/google-github-actions/release-please-action/issues/64)) ([2ca6d30](https://github.com/google-github-actions/release-please-action/commit/2ca6d30396e3b6b10ca9623ecbc3174b476ec8a2)) +* add additional outputs ([#106](https://github.com/google-github-actions/release-please-action/issues/106)) ([c0f7d24](https://github.com/google-github-actions/release-please-action/commit/c0f7d24cd04488b7e14836d90143850b97aefadd)) +* add extra-files input ([#410](https://github.com/google-github-actions/release-please-action/issues/410)) ([a487a5b](https://github.com/google-github-actions/release-please-action/commit/a487a5bdc8d889d5923c6540465e05a27b4df764)) +* add pull-request-title-pattern option ([#259](https://github.com/google-github-actions/release-please-action/issues/259)) ([d447fdb](https://github.com/google-github-actions/release-please-action/commit/d447fdb6322f194c2dd23e2d39c8bd419e3d8ab6)) +* add release_created per path in manifest PR ([#310](https://github.com/google-github-actions/release-please-action/issues/310)) ([5f94ede](https://github.com/google-github-actions/release-please-action/commit/5f94ededed7a7a441d1c47eca064ec7aeda117ec)) +* add support for simple php projects ([#344](https://github.com/google-github-actions/release-please-action/issues/344)) ([d6f40e4](https://github.com/google-github-actions/release-please-action/commit/d6f40e4317daf6906456fefc0d4c081dfe03b51d)) +* adds elixir support ([#354](https://github.com/google-github-actions/release-please-action/issues/354)) ([59f4915](https://github.com/google-github-actions/release-please-action/commit/59f49151772e19ad5a5c7959831ce4252f538789)) +* adds support for draft pull requests. ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10)) +* adds support for draft releases. ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10)) +* adds support for releases from alternate paths ([#50](https://github.com/google-github-actions/release-please-action/issues/50)) ([6fc9b14](https://github.com/google-github-actions/release-please-action/commit/6fc9b14e82521ecefd65c6b7f6b4f32561ce35f6)) +* allow changelogPath to be specified ([#153](https://github.com/google-github-actions/release-please-action/issues/153)) ([10d7619](https://github.com/google-github-actions/release-please-action/commit/10d761994342597b3e1d24464a41d28d5d97abe3)) +* allow github-release/release-pr to be run separately ([#70](https://github.com/google-github-actions/release-please-action/issues/70)) ([37d423f](https://github.com/google-github-actions/release-please-action/commit/37d423feba66be7be541aa122419aee5b50fdf98)) +* allow repo url to be set as argument to GitHub action ([#380](https://github.com/google-github-actions/release-please-action/issues/380)) ([a0cd0f5](https://github.com/google-github-actions/release-please-action/commit/a0cd0f5123ff8cb3d8e4aefd3158a4276c2034ed)) +* **build:** document and update to 2.x ([#59](https://github.com/google-github-actions/release-please-action/issues/59)) ([512c940](https://github.com/google-github-actions/release-please-action/commit/512c940c3aa1d2569b540b05472636550d772946)) +* **deps:** latest version of release-please ([#122](https://github.com/google-github-actions/release-please-action/issues/122)) ([5469575](https://github.com/google-github-actions/release-please-action/commit/54695753296b6274758664da88a333e49528635a)) +* **deps:** release-please with support for alternate release branches ([#79](https://github.com/google-github-actions/release-please-action/issues/79)) ([dfe6b62](https://github.com/google-github-actions/release-please-action/commit/dfe6b622584ce774821ae93012eda87a2ad9d8a5)) +* **deps:** release-please with support for alternate release branches ([#79](https://github.com/google-github-actions/release-please-action/issues/79)) ([14b9b0f](https://github.com/google-github-actions/release-please-action/commit/14b9b0f74a45f15a3c90302c3071e419c2d9fa78)) +* **deps:** update release-please to 13.10.0 ([#461](https://github.com/google-github-actions/release-please-action/issues/461)) ([1511242](https://github.com/google-github-actions/release-please-action/commit/1511242f612a909ba657f3f7c9c23047d78ff85e)) +* **deps:** upgrade to release-please 6.7.0 ([#95](https://github.com/google-github-actions/release-please-action/issues/95)) ([6461ef3](https://github.com/google-github-actions/release-please-action/commit/6461ef332678b2989b09860f8d6b0652cd7a8432)) +* **deps:** upgrade to release-please 6.9.0 ([#100](https://github.com/google-github-actions/release-please-action/issues/100)) ([40aba5e](https://github.com/google-github-actions/release-please-action/commit/40aba5e11684d69de9f36e60e19de0c5aa28750b)) +* handle creating releases ([#3](https://github.com/google-github-actions/release-please-action/issues/3)) ([e72afe0](https://github.com/google-github-actions/release-please-action/commit/e72afe059a2eae50d319b3a4cee2a31479886fe8)) +* initial implementation of logic for running release please ([196390b](https://github.com/google-github-actions/release-please-action/commit/196390b8667a14c2ab16f53ba086c11afee28327)) +* **input:** add github API URL configuration for input ([#368](https://github.com/google-github-actions/release-please-action/issues/368)) ([fd7f2ff](https://github.com/google-github-actions/release-please-action/commit/fd7f2fff26a5ad2654f5f5dc574fd7818f46daec)) +* **input:** add github GraphQL URL configuration for input ([#385](https://github.com/google-github-actions/release-please-action/issues/385)) ([720c5f8](https://github.com/google-github-actions/release-please-action/commit/720c5f8f53b8b3ef01ade67dd0ac1a3a8296791d)) +* manifest based releaser https://git.io/JmVD4 ([#273](https://github.com/google-github-actions/release-please-action/issues/273)) ([45c32cc](https://github.com/google-github-actions/release-please-action/commit/45c32ccd248469ba2567c6dfd45c3c4cd2a241b4)) +* **manifest:** add manifest-pr command ([#280](https://github.com/google-github-actions/release-please-action/issues/280)) ([f48a175](https://github.com/google-github-actions/release-please-action/commit/f48a175f37213946490a27038ecf023326e09fb6)) +* moves to code-suggester for PR management ([#57](https://github.com/google-github-actions/release-please-action/issues/57)) ([1875a0a](https://github.com/google-github-actions/release-please-action/commit/1875a0accd4910cdeed87ee0d05c376f71b9d155)) +* output list of paths released during manifest release ([#362](https://github.com/google-github-actions/release-please-action/issues/362)) ([670afac](https://github.com/google-github-actions/release-please-action/commit/670afac8ab682e158b4e390a3209d42346e72518)) +* output tag name and upload url ([#43](https://github.com/google-github-actions/release-please-action/issues/43)) ([90469b0](https://github.com/google-github-actions/release-please-action/commit/90469b02b471d8f7cba6c353b4c1ec1bab5bcde4)) +* output whether or not a release was created ([#24](https://github.com/google-github-actions/release-please-action/issues/24)) ([b80ca61](https://github.com/google-github-actions/release-please-action/commit/b80ca61e2612c87bad38d85451c7f696a040bdc8)) +* pass monorepoTags and packageName when creating GitHub release ([#112](https://github.com/google-github-actions/release-please-action/issues/112)) ([69af5fc](https://github.com/google-github-actions/release-please-action/commit/69af5fc7d9bb0977586102a0e1488abab7fdaace)) +* provide inputs for releaser and manifest options in release-please 13.15 ([#474](https://github.com/google-github-actions/release-please-action/issues/474)) ([4482754](https://github.com/google-github-actions/release-please-action/commit/44827541d2a562fef8aedc1379c814c04f0ad482)) +* read github api/graphql url from action context ([#532](https://github.com/google-github-actions/release-please-action/issues/532)) ([922ac8b](https://github.com/google-github-actions/release-please-action/commit/922ac8b6dbe224c50b1b79387e74a6def9cd63c7)) +* **release-please:** add default branch input option ([#202](https://github.com/google-github-actions/release-please-action/issues/202)) ([4845e49](https://github.com/google-github-actions/release-please-action/commit/4845e49098adfa5e7b79838e06aaf281778e9545)) +* **release-please:** add default branch input option for github release ([#206](https://github.com/google-github-actions/release-please-action/issues/206)) ([534536c](https://github.com/google-github-actions/release-please-action/commit/534536c1c22bf1b590511b1ab65c732a67439212)) +* **release-please:** add default token input option ([#212](https://github.com/google-github-actions/release-please-action/issues/212)) ([eea7db7](https://github.com/google-github-actions/release-please-action/commit/eea7db7fda9e26271d7bcd313f760e7443fee321)) +* **release-please:** add signoff options to sign off commits ([#374](https://github.com/google-github-actions/release-please-action/issues/374)) ([7677480](https://github.com/google-github-actions/release-please-action/commit/76774804a87fc57538dd196466b0f6898a3a69de)) +* **release-please:** add support for ocaml ([#189](https://github.com/google-github-actions/release-please-action/issues/189)) ([c1aca05](https://github.com/google-github-actions/release-please-action/commit/c1aca052417abd8c2b0d1e68ce826282ae3b245a)) +* **release-please:** add support for Rust ([#177](https://github.com/google-github-actions/release-please-action/issues/177)) ([fce09f2](https://github.com/google-github-actions/release-please-action/commit/fce09f2994e8c6711169af3c92fdfda15fa30f05)) +* **release-please:** auth gets; stop skipping all ci/cd ([#45](https://github.com/google-github-actions/release-please-action/issues/45)) ([367f112](https://github.com/google-github-actions/release-please-action/commit/367f112c21cbef9eef1ec197173f276b42b2fcbf)) +* **release-please:** configurable default branch; package-lock.json now updated ([#34](https://github.com/google-github-actions/release-please-action/issues/34)) ([a4607bd](https://github.com/google-github-actions/release-please-action/commit/a4607bde22b13d1ff7f153625f6e9c84ddf20a41)) +* **release-please:** consolidate manifest and individual releasers ([#398](https://github.com/google-github-actions/release-please-action/issues/398)) ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10)) +* **release-please:** fallback tag check is looser ([#169](https://github.com/google-github-actions/release-please-action/issues/169)) ([46292e5](https://github.com/google-github-actions/release-please-action/commit/46292e55636f49995766fb1bb9ef1b0aaaf21aa7)) +* **release-please:** improved go release strategy ([#301](https://github.com/google-github-actions/release-please-action/issues/301)) ([0267b45](https://github.com/google-github-actions/release-please-action/commit/0267b45516a836f3d70c32fc0b70036b1ef84eed)) +* **release-please:** now supports large files; introduces fork option ([#67](https://github.com/google-github-actions/release-please-action/issues/67)) ([e7d31db](https://github.com/google-github-actions/release-please-action/commit/e7d31db9262f11895e7938b84f049e2d6a31be4f)) +* **release-please:** update of release-please ([#298](https://github.com/google-github-actions/release-please-action/issues/298)) ([5a49a61](https://github.com/google-github-actions/release-please-action/commit/5a49a61eb57b1aa3c977a90dedc86e7161ce2a58)) +* **release-please:** update to release-please 11.8.0 ([#289](https://github.com/google-github-actions/release-please-action/issues/289)) ([cb319a9](https://github.com/google-github-actions/release-please-action/commit/cb319a998f09574d2e228c1a23dfd46830dd29ce)) +* **release-please:** update to release-please with manifest support ([#274](https://github.com/google-github-actions/release-please-action/issues/274)) ([82a3c7e](https://github.com/google-github-actions/release-please-action/commit/82a3c7ec92032e3d6774e37a95badf4ff1e89eec)) +* **release-please:** update to release-please with rust mono-repo support ([#327](https://github.com/google-github-actions/release-please-action/issues/327)) ([4140ff7](https://github.com/google-github-actions/release-please-action/commit/4140ff739454a552bc374b97833ba8487a907c76)) +* **release-please:** update to v11.0.0 of release please ([#250](https://github.com/google-github-actions/release-please-action/issues/250)) ([d7ed0b8](https://github.com/google-github-actions/release-please-action/commit/d7ed0b8f09544ebc80152b2f8b1b4736d2cb9b9b)) +* **release-please:** upgrade release-please ([#269](https://github.com/google-github-actions/release-please-action/issues/269)) ([f92bb7e](https://github.com/google-github-actions/release-please-action/commit/f92bb7ea357f580e57bded5eede672f7778da56e)) +* **release-please:** upgrade to release-please v11.4.0 ([#277](https://github.com/google-github-actions/release-please-action/issues/277)) ([80ebc45](https://github.com/google-github-actions/release-please-action/commit/80ebc4526172e282083faba234ebde7b3c3d6276)) +* **release-please:** upgrade to release-please@11.11.0 ([#305](https://github.com/google-github-actions/release-please-action/issues/305)) ([48a8af5](https://github.com/google-github-actions/release-please-action/commit/48a8af5a36a420b485e8ed31a58edfea61270446)) +* **release-please:** upgrade to relese-please with go support ([#133](https://github.com/google-github-actions/release-please-action/issues/133)) ([5703b0f](https://github.com/google-github-actions/release-please-action/commit/5703b0fdec00d70d4be84f7d1a98b3e5adb738ec)) +* **release-please:** use latest release please version ([#210](https://github.com/google-github-actions/release-please-action/issues/210)) ([484099d](https://github.com/google-github-actions/release-please-action/commit/484099d9695e3107b5d0bab3f953ab900f69f9d8)) + + +### Bug Fixes + +* `Unexpected input(s)` warning for inputs: `config-file` & `manifest-file` ([#356](https://github.com/google-github-actions/release-please-action/issues/356)) ([f19ddf2](https://github.com/google-github-actions/release-please-action/commit/f19ddf2fe64b11510b2a743ecb73af5bb693d79d)) +* add missing path and monorepo-tags options ([#52](https://github.com/google-github-actions/release-please-action/issues/52)) ([41fbc62](https://github.com/google-github-actions/release-please-action/commit/41fbc62bb12a4b0ff33a3ae5f401acc3d1bf3b7f)) +* **build:** action with support for PHP ([fd790a2](https://github.com/google-github-actions/release-please-action/commit/fd790a278caa544313600a3eb908e5ebaecc6cc5)) +* **build:** add message to tag ([b467439](https://github.com/google-github-actions/release-please-action/commit/b46743913ea2c717e2a144864cd026c3f2df4029)) +* **build:** attempt to ignore errors ([15d0718](https://github.com/google-github-actions/release-please-action/commit/15d0718b84b06b34d9125a5d7e97b38888480f99)) +* **build:** configure git checkout step ([ff5dfe1](https://github.com/google-github-actions/release-please-action/commit/ff5dfe1653289b33b5fb3e5de72e0b3733ff390d)) +* **build:** document working version of release-please ([60ae28e](https://github.com/google-github-actions/release-please-action/commit/60ae28e4b20929fc93a249186726c13098fd6019)) +* **build:** release from fork ([f2bda04](https://github.com/google-github-actions/release-please-action/commit/f2bda04bb55ac6fdaf5e3673a78323966a3768b5)) +* **build:** revert build to non-debug form ([e6f39a1](https://github.com/google-github-actions/release-please-action/commit/e6f39a1ff2137720a77acef0b92a813658920fa4)) +* **build:** run latest dist ([799e6de](https://github.com/google-github-actions/release-please-action/commit/799e6de570879ef6ad3d7067295b3e0c2c837e04)) +* **build:** switch to GITHUB_TOKEN ([#38](https://github.com/google-github-actions/release-please-action/issues/38)) ([188d363](https://github.com/google-github-actions/release-please-action/commit/188d36320b0644bc436b701963d78be6386fe2c3)) +* **build:** update to match new default branch ([#36](https://github.com/google-github-actions/release-please-action/issues/36)) ([1188197](https://github.com/google-github-actions/release-please-action/commit/1188197913717dd90bc1d79e1139269f427411e9)) +* **build:** use new release strategy ([646de90](https://github.com/google-github-actions/release-please-action/commit/646de90a87173de7b76c7d83807348c2b05b3e43)) +* **build:** working on version of build that tags major/minor release line ([d4814fe](https://github.com/google-github-actions/release-please-action/commit/d4814feca529141f25d8c871b3c2d093b38c14c8)) +* bump release-please from 13.10.0 to 13.13.0 ([#466](https://github.com/google-github-actions/release-please-action/issues/466)) ([43ed86b](https://github.com/google-github-actions/release-please-action/commit/43ed86bdb8a62b67f41584f98d7d2bf30c081025)) +* bump release-please from 13.13.0 to 13.14.0 ([#469](https://github.com/google-github-actions/release-please-action/issues/469)) ([0a3fbe4](https://github.com/google-github-actions/release-please-action/commit/0a3fbe45634518432aeca606288a6471d2904ba1)) +* bump release-please from 13.14.0 to 13.15.0 ([#472](https://github.com/google-github-actions/release-please-action/issues/472)) ([2d1c441](https://github.com/google-github-actions/release-please-action/commit/2d1c441f603d4e1fc0f4600e4dc26b9d2f1e1605)) +* bump release-please from 13.15.0 to 13.16.3 ([#483](https://github.com/google-github-actions/release-please-action/issues/483)) ([fdea77e](https://github.com/google-github-actions/release-please-action/commit/fdea77eccfe947098a15393ed57ff401c6647d4c)) +* bump release-please from 13.16.3 to 13.16.4 ([#488](https://github.com/google-github-actions/release-please-action/issues/488)) ([fe3f4f7](https://github.com/google-github-actions/release-please-action/commit/fe3f4f7d68ec124fdda48e66e68e624c9bb66751)) +* bump release-please from 13.16.5 to 13.18.0 ([#501](https://github.com/google-github-actions/release-please-action/issues/501)) ([04c9c57](https://github.com/google-github-actions/release-please-action/commit/04c9c57609a1a45fb73780deea1068bddf7eaecf)) +* bump release-please from 13.18.0 to 13.18.6 ([#511](https://github.com/google-github-actions/release-please-action/issues/511)) ([02dd36d](https://github.com/google-github-actions/release-please-action/commit/02dd36d963e27f0d992e2e3816dc0c88d77f98d5)) +* bump release-please from 13.18.6 to 13.18.7 ([#516](https://github.com/google-github-actions/release-please-action/issues/516)) ([d6d4800](https://github.com/google-github-actions/release-please-action/commit/d6d48007a1fba5f800b3d14061313e9c2feb9fdd)) +* bump release-please from 13.18.7 to 13.19.3 ([#523](https://github.com/google-github-actions/release-please-action/issues/523)) ([c4bc4b3](https://github.com/google-github-actions/release-please-action/commit/c4bc4b336c3942f2c5298de494853588e86df6b2)) +* bump release-please from 13.19.3 to 13.19.6 ([#537](https://github.com/google-github-actions/release-please-action/issues/537)) ([c32b6cc](https://github.com/google-github-actions/release-please-action/commit/c32b6ccd030fddb5c9d6011d2de73e564b80dc3c)) +* bump release-please from 13.19.6 to 13.20.0 ([#549](https://github.com/google-github-actions/release-please-action/issues/549)) ([48ef955](https://github.com/google-github-actions/release-please-action/commit/48ef955346995bbb1cb090882e3e59278a20eaaf)) +* bump release-please from 13.20.0 to 13.21.0 ([#559](https://github.com/google-github-actions/release-please-action/issues/559)) ([bab175e](https://github.com/google-github-actions/release-please-action/commit/bab175efb54ba5015c7b864d92ade6415319d9ec)) +* coerce v13 release object to expected action output keys ([#437](https://github.com/google-github-actions/release-please-action/issues/437)) ([2e2f852](https://github.com/google-github-actions/release-please-action/commit/2e2f852b70c1bc5550dc4f38857a14845f04a0b5)) +* **config:** add apiUrl config on Github release command ([#379](https://github.com/google-github-actions/release-please-action/issues/379)) ([906f915](https://github.com/google-github-actions/release-please-action/commit/906f9156f8d5659aa73c8cc6c4aea2c65cde2be2)) +* **config:** packageName is optional ([#239](https://github.com/google-github-actions/release-please-action/issues/239)) ([df8698c](https://github.com/google-github-actions/release-please-action/commit/df8698c999dd72a46a62b8421c1d20eaba363488)) +* default `package-name` to `undefined` ([#459](https://github.com/google-github-actions/release-please-action/issues/459)) ([4f37698](https://github.com/google-github-actions/release-please-action/commit/4f376985d033f17ab113534089b4d009cead0734)), closes [#457](https://github.com/google-github-actions/release-please-action/issues/457) +* default changelog sections to undefined ([31e1a25](https://github.com/google-github-actions/release-please-action/commit/31e1a25ccf4f8df92fdb4066e3650a6167e5fe25)) +* default labels should be undefined ([#566](https://github.com/google-github-actions/release-please-action/issues/566)) ([0647714](https://github.com/google-github-actions/release-please-action/commit/06477146cda1700a641367412e0993a768b76b65)) +* **deps:** bump @actions/core from 1.2.4 to 1.2.6 ([#76](https://github.com/google-github-actions/release-please-action/issues/76)) ([fa86b83](https://github.com/google-github-actions/release-please-action/commit/fa86b83b5666ef0319c5508ded6b43af2cdf317b)) +* **deps:** depend on release-please ^5.2.1 to support merge commits ([#28](https://github.com/google-github-actions/release-please-action/issues/28)) ([5c2e7c4](https://github.com/google-github-actions/release-please-action/commit/5c2e7c41fc2a838bdd1c4319f18385e4784b020f)) +* **deps:** update release-please to 13.16.5 ([#492](https://github.com/google-github-actions/release-please-action/issues/492)) ([c4ff696](https://github.com/google-github-actions/release-please-action/commit/c4ff696679c01be8459e707ff0beb12eceb0a02d)) +* **deps:** update release-please to 13.4.14 ([#447](https://github.com/google-github-actions/release-please-action/issues/447)) ([d30f7b9](https://github.com/google-github-actions/release-please-action/commit/d30f7b96c9f77a450938b8acddfff41a035d5c32)) +* **deps:** update release-please to 13.6.0 ([#452](https://github.com/google-github-actions/release-please-action/issues/452)) ([d17599a](https://github.com/google-github-actions/release-please-action/commit/d17599a3da0edc55964ea48d4d17267fc4cbc51d)) +* do not set PR output, if no PR opened ([#129](https://github.com/google-github-actions/release-please-action/issues/129)) ([b0faf1d](https://github.com/google-github-actions/release-please-action/commit/b0faf1dd7d65697a12321df74e57458262513d70)) +* do not try to fork ([#62](https://github.com/google-github-actions/release-please-action/issues/62)) ([139a5ef](https://github.com/google-github-actions/release-please-action/commit/139a5efd7c7e8161ddaa5d5f0f3a80be2e2af96a)) +* **docs:** document functional version of release-please ([0ab3b32](https://github.com/google-github-actions/release-please-action/commit/0ab3b3257c9f07aa7e7f2ef5b843556b277b53f5)) +* **docs:** indicate correct version ([#84](https://github.com/google-github-actions/release-please-action/issues/84)) ([b632af4](https://github.com/google-github-actions/release-please-action/commit/b632af41016a545a6e7ee6ecd9b9325538c88e28)) +* **docs:** update docs to GoogleCloudPlatform ([#31](https://github.com/google-github-actions/release-please-action/issues/31)) ([4f72a02](https://github.com/google-github-actions/release-please-action/commit/4f72a02b61bc06a7607189ce5eea318ac382d242)) +* falsy path should be passed as undefined ([#54](https://github.com/google-github-actions/release-please-action/issues/54)) ([21233d3](https://github.com/google-github-actions/release-please-action/commit/21233d3c9f239105feab8f1df3e5fb013c1bd7f8)) +* fix readme typo ([#125](https://github.com/google-github-actions/release-please-action/issues/125)) ([d5b0c35](https://github.com/google-github-actions/release-please-action/commit/d5b0c3523e4cae31bc0a75685616e21df3197a90)) +* fix workflow env missing bug ([#238](https://github.com/google-github-actions/release-please-action/issues/238)) ([0d18e74](https://github.com/google-github-actions/release-please-action/commit/0d18e7461f484869df6b9b604019d73f24291e9a)), closes [#237](https://github.com/google-github-actions/release-please-action/issues/237) +* get the correct boolean value of the input ([#233](https://github.com/google-github-actions/release-please-action/issues/233)) ([c23605f](https://github.com/google-github-actions/release-please-action/commit/c23605fcb2b0807911f30bf19060ddeda84e105a)) +* **go:** filter additional PRs from gapic repo ([#145](https://github.com/google-github-actions/release-please-action/issues/145)) ([b02ff3b](https://github.com/google-github-actions/release-please-action/commit/b02ff3b568326db3e85a5249ae37e33c39dd4563)) +* **go:** first commit sha was not being stored ([b555656](https://github.com/google-github-actions/release-please-action/commit/b5556569e8852edb74aadc6aff8bd9315d600689)) +* **go:** non-gapic/apiary libraries now bump patch ([#150](https://github.com/google-github-actions/release-please-action/issues/150)) ([00fefb4](https://github.com/google-github-actions/release-please-action/commit/00fefb4ff917a53cb65ed27c14c0586ef9055b37)) +* **go:** pass monorepoTags when opening PR ([#142](https://github.com/google-github-actions/release-please-action/issues/142)) ([3428252](https://github.com/google-github-actions/release-please-action/commit/34282521f08daa0962fba0a8d98936286a0b2896)) +* **go:** pass release-type ([#160](https://github.com/google-github-actions/release-please-action/issues/160)) ([5c5271c](https://github.com/google-github-actions/release-please-action/commit/5c5271ce75fb1e7955fddc806b9260163206aa27)) +* hot fix for permission issues in code suggester ([#61](https://github.com/google-github-actions/release-please-action/issues/61)) ([1b9bcd5](https://github.com/google-github-actions/release-please-action/commit/1b9bcd506ca8e69c807f51b7be7433c2b2b6bc96)) +* https://github.com/GoogleCloudPlatform/release-please-action/issues/41 ([90469b0](https://github.com/google-github-actions/release-please-action/commit/90469b02b471d8f7cba6c353b4c1ec1bab5bcde4)) +* https://github.com/GoogleCloudPlatform/release-please-action/issues/8 ([90469b0](https://github.com/google-github-actions/release-please-action/commit/90469b02b471d8f7cba6c353b4c1ec1bab5bcde4)) +* **input:** miss inputs config for action.yml ([#376](https://github.com/google-github-actions/release-please-action/issues/376)) ([c7c1147](https://github.com/google-github-actions/release-please-action/commit/c7c114719ac3d17225d5f4b0999e80bad98d4621)) +* **manifest:** if "." is used it should have same outputs as node ([#319](https://github.com/google-github-actions/release-please-action/issues/319)) ([d234c63](https://github.com/google-github-actions/release-please-action/commit/d234c634c289f2e3fe4398b9fe234dadaa2fb486)) +* **pagination:** tagging can use 'updated' releases should use 'created' ([b5e370c](https://github.com/google-github-actions/release-please-action/commit/b5e370ce70ebd5db6cffa9e93327c62dbd29ffde)) +* parse false value for clean ([fc5b3e5](https://github.com/google-github-actions/release-please-action/commit/fc5b3e5c11baace865aed65127f107a4d8b392da)) +* pass token to create release ([3ad91fa](https://github.com/google-github-actions/release-please-action/commit/3ad91fa6cb8cf2c05464672da14cbea65555e5a2)) +* path was sometimes empty string ([37d7741](https://github.com/google-github-actions/release-please-action/commit/37d774119e97ee91ab924fc3e30902a38a64c6bb)) +* README.md typos ([#186](https://github.com/google-github-actions/release-please-action/issues/186)) ([e363460](https://github.com/google-github-actions/release-please-action/commit/e36346079c94b226b38a19d018ca6cdc044080e0)) +* **release-please:** buf fixes for pre-release versions ([#334](https://github.com/google-github-actions/release-please-action/issues/334)) ([d7f1090](https://github.com/google-github-actions/release-please-action/commit/d7f1090a7d15d4d583ae88a9c15b29aef294d022)) +* **release-please:** don't add labels from fork ([13bffc3](https://github.com/google-github-actions/release-please-action/commit/13bffc3e974a8edf5d4830257a17d40e9cb9a32f)) +* **release-please:** fallback to tag ([#89](https://github.com/google-github-actions/release-please-action/issues/89)) ([c6f1cd6](https://github.com/google-github-actions/release-please-action/commit/c6f1cd680fabd9729dc13f6bde59ed5160acb9a3)) +* **release-please:** fix for merge commits ([#126](https://github.com/google-github-actions/release-please-action/issues/126)) ([35f9456](https://github.com/google-github-actions/release-please-action/commit/35f94566f5857aafe9fdaad7b2e7df122aac5a92)) +* **release-please:** fix whitespace issues in Rust ([#195](https://github.com/google-github-actions/release-please-action/issues/195)) ([b5e370c](https://github.com/google-github-actions/release-please-action/commit/b5e370ce70ebd5db6cffa9e93327c62dbd29ffde)) +* **release-please:** fixed branch detection logic for ruby ([#139](https://github.com/google-github-actions/release-please-action/issues/139)) ([cd052f4](https://github.com/google-github-actions/release-please-action/commit/cd052f41cb6dce082f59e9edad966004813dcdc5)) +* **release-please:** fixed bug with "." releaser ([#283](https://github.com/google-github-actions/release-please-action/issues/283)) ([fe52822](https://github.com/google-github-actions/release-please-action/commit/fe5282250cf3f28e6d85435afa452b663d02002b)) +* **release-please:** fixes for monorepo path handling ([#181](https://github.com/google-github-actions/release-please-action/issues/181)) ([349920d](https://github.com/google-github-actions/release-please-action/commit/349920da705ae2434e49ea95bd1c90238b71aafa)) +* **release-please:** handle missing packageName release-pr ([#184](https://github.com/google-github-actions/release-please-action/issues/184)) ([88127ca](https://github.com/google-github-actions/release-please-action/commit/88127ca26bc402aaf2d7e9f2182035ad2e81b417)) +* **release-please:** include-component-in-tag ignored in manifest ([#430](https://github.com/google-github-actions/release-please-action/issues/430)) ([42a3581](https://github.com/google-github-actions/release-please-action/commit/42a3581394a03aae8f8eb785a2d4e0774f49bec2)) +* **release-please:** increase page size for release PRs ([#187](https://github.com/google-github-actions/release-please-action/issues/187)) ([abdb363](https://github.com/google-github-actions/release-please-action/commit/abdb3633221dfc822423679ad246db4e1b048fff)) +* **release-please:** last release had undefined ordering behavior ([a4b349d](https://github.com/google-github-actions/release-please-action/commit/a4b349d8a8462722f0d1c246581650a4788b76ee)) +* **release-please:** map go to alternate tag separator ([#157](https://github.com/google-github-actions/release-please-action/issues/157)) ([bdc110f](https://github.com/google-github-actions/release-please-action/commit/bdc110f19e7d011ed957f41b21f69b3005d151c1)) +* **release-please:** missing js-yaml dependency ([#254](https://github.com/google-github-actions/release-please-action/issues/254)) ([faf27ee](https://github.com/google-github-actions/release-please-action/commit/faf27eea7cfff4bb3dfe752f4f87c8e0b6e07378)) +* **release-please:** paginate PRs by updated ([#192](https://github.com/google-github-actions/release-please-action/issues/192)) ([92f9818](https://github.com/google-github-actions/release-please-action/commit/92f9818112ba7b24ebe9629d519b12e93df6a0ab)) +* **release-please:** pull in latest release-please ([#416](https://github.com/google-github-actions/release-please-action/issues/416)) ([aeaf772](https://github.com/google-github-actions/release-please-action/commit/aeaf772691d9cbd8d48cff6e6bcecc39153b5233)) +* **release-please:** release please with code-suggester bug fixes ([#66](https://github.com/google-github-actions/release-please-action/issues/66)) ([6b79987](https://github.com/google-github-actions/release-please-action/commit/6b79987e9000e7617d81e9645c8394f27b396a8d)) +* **release-please:** setup.py retains formatting ([#246](https://github.com/google-github-actions/release-please-action/issues/246)) ([038a2f3](https://github.com/google-github-actions/release-please-action/commit/038a2f320b92c8a4009d3fe7261fc34c6070b446)) +* **release-please:** sort commits ([#82](https://github.com/google-github-actions/release-please-action/issues/82)) ([846f33a](https://github.com/google-github-actions/release-please-action/commit/846f33aee4836826ed78a893aa7c1bbd46da6bd4)) +* **release-please:** stop dynamically loading releasers ([#165](https://github.com/google-github-actions/release-please-action/issues/165)) ([4de8d4a](https://github.com/google-github-actions/release-please-action/commit/4de8d4ac44ed9d0a8d20386d68169b86b30d798a)) +* **release-please:** update github-release call to new function ([#217](https://github.com/google-github-actions/release-please-action/issues/217)) ([efd1c77](https://github.com/google-github-actions/release-please-action/commit/efd1c77e85e3e407ac71c4eb338fc1aa86027455)) +* **release-please:** update to release-please@11.8.1 ([#293](https://github.com/google-github-actions/release-please-action/issues/293)) ([4d8569b](https://github.com/google-github-actions/release-please-action/commit/4d8569bf77ccda4bebb9dd136251a08079b409c4)) +* **release-please:** upgrade release-please dep ([#422](https://github.com/google-github-actions/release-please-action/issues/422)) ([ad9cdb7](https://github.com/google-github-actions/release-please-action/commit/ad9cdb78a61c428bb2252f1da678773893b829c5)) +* **release-please:** uses alternate approach to find files in repo ([#198](https://github.com/google-github-actions/release-please-action/issues/198)) ([c540b9e](https://github.com/google-github-actions/release-please-action/commit/c540b9e79be1b629a02e961a539eea29c1e9e57a)) +* **release-please:** uses factory from latest version ([#222](https://github.com/google-github-actions/release-please-action/issues/222)) ([cede8e4](https://github.com/google-github-actions/release-please-action/commit/cede8e48374038ce478d27a172085187b4668923)) +* **relese-please:** rollback bad release ([#338](https://github.com/google-github-actions/release-please-action/issues/338)) ([68f6fc6](https://github.com/google-github-actions/release-please-action/commit/68f6fc67aa29c63452a09eba621445ce2c6dfcb7)) +* **ruby:** properly support ruby release process ([#92](https://github.com/google-github-actions/release-please-action/issues/92)) ([6c289af](https://github.com/google-github-actions/release-please-action/commit/6c289af7b611b6019c67c2285397d905380962ac)) +* run tests on release PRs ([#47](https://github.com/google-github-actions/release-please-action/issues/47)) ([b4c1bd2](https://github.com/google-github-actions/release-please-action/commit/b4c1bd25c7ff2d17dcdd9a91d018dc7058c654a8)) +* stop providing default values in action.yml ([#573](https://github.com/google-github-actions/release-please-action/issues/573)) ([608c16b](https://github.com/google-github-actions/release-please-action/commit/608c16ba34dc60db05c16d7f1e28cb1f4bfb55e0)) +* support alternate CHANGELOG.md path ([#329](https://github.com/google-github-actions/release-please-action/issues/329)) ([3e6dc1e](https://github.com/google-github-actions/release-please-action/commit/3e6dc1e3aa39466a14ad5275b71e68b636f49285)) +* use the static build helper ([6872559](https://github.com/google-github-actions/release-please-action/commit/687255987d0e25878a9d56fd69de09c232bbcea3)) + + +### Code Refactoring + +* if switching to manifest releaser, release_created will only be set if "." path is published. ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10)) +* switch to using @actions/core getBooleanInput, accepted values for true = ["true", "True", "TRUE"], accepted values for false = ["false", "False", "FALSE"] ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10)) + ## [3.3.0](https://github.com/google-github-actions/release-please-action/compare/v3.2.10...v3.3.0) (2022-08-10) diff --git a/package-lock.json b/package-lock.json index 56976c93..d92dfa4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "release-please-action", - "version": "3.3.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "release-please-action", - "version": "3.3.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index a1b57d39..f4a3fef5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "3.3.0", + "version": "4.0.0", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {