Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 4.0.0 #733

Conversation

google-github-actions-bot
Copy link
Collaborator

🤖 I have created a release beep boop

4.0.0 (2023-03-07)

⚠ 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) (788c495)
  • add bump-patch-for-minor-pre-major option (#365) (435e216)
  • add pull-request-header input (#615) (9963ea2)
  • add a changelog-host parameter to action.yml (#550) (1a4217f)
  • Add a changelog section type (#64) (2ca6d30)
  • add additional outputs (#106) (c0f7d24)
  • add extra-files input (#410) (a487a5b)
  • add pull-request-title-pattern option (#259) (d447fdb)
  • add release_created per path in manifest PR (#310) (5f94ede)
  • add support for simple php projects (#344) (d6f40e4)
  • adds elixir support (#354) (59f4915)
  • adds support for draft pull requests. (52ffbbe)
  • adds support for draft releases. (52ffbbe)
  • adds support for releases from alternate paths (#50) (6fc9b14)
  • allow changelogPath to be specified (#153) (10d7619)
  • allow github-release/release-pr to be run separately (#70) (37d423f)
  • allow repo url to be set as argument to GitHub action (#380) (a0cd0f5)
  • build: document and update to 2.x (#59) (512c940)
  • deps: latest version of release-please (#122) (5469575)
  • deps: release-please with support for alternate release branches (#79) (dfe6b62)
  • deps: release-please with support for alternate release branches (#79) (14b9b0f)
  • deps: update release-please to 13.10.0 (#461) (1511242)
  • deps: upgrade to release-please 6.7.0 (#95) (6461ef3)
  • deps: upgrade to release-please 6.9.0 (#100) (40aba5e)
  • handle creating releases (#3) (e72afe0)
  • initial implementation of logic for running release please (196390b)
  • input: add github API URL configuration for input (#368) (fd7f2ff)
  • input: add github GraphQL URL configuration for input (#385) (720c5f8)
  • manifest based releaser https://git.io/JmVD4 (#273) (45c32cc)
  • manifest: add manifest-pr command (#280) (f48a175)
  • moves to code-suggester for PR management (#57) (1875a0a)
  • output list of paths released during manifest release (#362) (670afac)
  • output tag name and upload url (#43) (90469b0)
  • output whether or not a release was created (#24) (b80ca61)
  • pass monorepoTags and packageName when creating GitHub release (#112) (69af5fc)
  • provide inputs for releaser and manifest options in release-please 13.15 (#474) (4482754)
  • read github api/graphql url from action context (#532) (922ac8b)
  • release-please: add default branch input option (#202) (4845e49)
  • release-please: add default branch input option for github release (#206) (534536c)
  • release-please: add default token input option (#212) (eea7db7)
  • release-please: add signoff options to sign off commits (#374) (7677480)
  • release-please: add support for ocaml (#189) (c1aca05)
  • release-please: add support for Rust (#177) (fce09f2)
  • release-please: auth gets; stop skipping all ci/cd (#45) (367f112)
  • release-please: configurable default branch; package-lock.json now updated (#34) (a4607bd)
  • release-please: consolidate manifest and individual releasers (#398) (52ffbbe)
  • release-please: fallback tag check is looser (#169) (46292e5)
  • release-please: improved go release strategy (#301) (0267b45)
  • release-please: now supports large files; introduces fork option (#67) (e7d31db)
  • release-please: update of release-please (#298) (5a49a61)
  • release-please: update to release-please 11.8.0 (#289) (cb319a9)
  • release-please: update to release-please with manifest support (#274) (82a3c7e)
  • release-please: update to release-please with rust mono-repo support (#327) (4140ff7)
  • release-please: update to v11.0.0 of release please (#250) (d7ed0b8)
  • release-please: upgrade release-please (#269) (f92bb7e)
  • release-please: upgrade to release-please v11.4.0 (#277) (80ebc45)
  • release-please: upgrade to release-please@11.11.0 (#305) (48a8af5)
  • release-please: upgrade to relese-please with go support (#133) (5703b0f)
  • release-please: use latest release please version (#210) (484099d)
  • run action on node16 (#608) (cb58510)
  • support proxy configuration (#621) (714f07f)

Bug Fixes

  • Unexpected input(s) warning for inputs: config-file & manifest-file (#356) (f19ddf2)
  • add missing path and monorepo-tags options (#52) (41fbc62)
  • build: action with support for PHP (fd790a2)
  • build: add message to tag (b467439)
  • build: attempt to ignore errors (15d0718)
  • build: configure git checkout step (ff5dfe1)
  • build: document working version of release-please (60ae28e)
  • build: release from fork (f2bda04)
  • build: revert build to non-debug form (e6f39a1)
  • build: run latest dist (799e6de)
  • build: switch to GITHUB_TOKEN (#38) (188d363)
  • build: update to match new default branch (#36) (1188197)
  • build: use new release strategy (646de90)
  • build: working on version of build that tags major/minor release line (d4814fe)
  • bump @actions/core to get newer set-output syntax (#638) (ac14dab)
  • bump release-please from 13.10.0 to 13.13.0 (#466) (43ed86b)
  • bump release-please from 13.13.0 to 13.14.0 (#469) (0a3fbe4)
  • bump release-please from 13.14.0 to 13.15.0 (#472) (2d1c441)
  • bump release-please from 13.15.0 to 13.16.3 (#483) (fdea77e)
  • bump release-please from 13.16.3 to 13.16.4 (#488) (fe3f4f7)
  • bump release-please from 13.16.5 to 13.18.0 (#501) (04c9c57)
  • bump release-please from 13.18.0 to 13.18.6 (#511) (02dd36d)
  • bump release-please from 13.18.6 to 13.18.7 (#516) (d6d4800)
  • bump release-please from 13.18.7 to 13.19.3 (#523) (c4bc4b3)
  • bump release-please from 13.19.3 to 13.19.6 (#537) (c32b6cc)
  • bump release-please from 13.19.6 to 13.20.0 (#549) (48ef955)
  • bump release-please from 13.20.0 to 13.21.0 (#559) (bab175e)
  • bump release-please from 13.21.0 to 14.5.0 (#607) (bd65041)
  • bump release-please from 14.14.0 to 14.16.0 (#658) (a76b467)
  • bump release-please from 14.16.0 to 14.17.2 (#664) (c8f107f)
  • bump release-please from 14.17.5 to 15.0.0 (#679) (2e8ea51)
  • bump release-please from 14.5.0 to 14.14.0 (#645) (619c472)
  • bump release-please from 15.0.0 to 15.1.0 (#690) (385de71)
  • bump release-please from 15.1.0 to 15.1.1 (#692) (12cb297)
  • bump release-please from 15.1.1 to 15.1.2 (#695) (71b00c3)
  • bump release-please from 15.1.2 to 15.7.0 (#714) (19b65cc)
  • bump release-please from 15.7.0 to 15.8.0 (#720) (57bb5dc)
  • bump release-please from 15.8.0 to 15.8.1 (#728) (0e82314)
  • coerce v13 release object to expected action output keys (#437) (2e2f852)
  • config: add apiUrl config on Github release command (#379) (906f915)
  • config: packageName is optional (#239) (df8698c)
  • default package-name to undefined (#459) (4f37698), closes #457
  • default changelog sections to undefined (31e1a25)
  • default labels should be undefined (#566) (0647714)
  • deps: bump @actions/core from 1.2.4 to 1.2.6 (#76) (fa86b83)
  • deps: depend on release-please ^5.2.1 to support merge commits (#28) (5c2e7c4)
  • deps: update release-please to 13.16.5 (#492) (c4ff696)
  • deps: update release-please to 13.4.14 (#447) (d30f7b9)
  • deps: update release-please to 13.6.0 (#452) (d17599a)
  • do not set PR output, if no PR opened (#129) (b0faf1d)
  • do not try to fork (#62) (139a5ef)
  • docs: document functional version of release-please (0ab3b32)
  • docs: indicate correct version (#84) (b632af4)
  • docs: update docs to GoogleCloudPlatform (#31) (4f72a02)
  • falsy path should be passed as undefined (#54) (21233d3)
  • fix readme typo (#125) (d5b0c35)
  • fix workflow env missing bug (#238) (0d18e74), closes #237
  • get the correct boolean value of the input (#233) (c23605f)
  • go: filter additional PRs from gapic repo (#145) (b02ff3b)
  • go: first commit sha was not being stored (b555656)
  • go: non-gapic/apiary libraries now bump patch (#150) (00fefb4)
  • go: pass monorepoTags when opening PR (#142) (3428252)
  • go: pass release-type (#160) (5c5271c)
  • hot fix for permission issues in code suggester (#61) (1b9bcd5)
  • feat: create output for version #41 (90469b0)
  • Call @actions/core setOutput with created tag #8 (90469b0)
  • input: miss inputs config for action.yml (#376) (c7c1147)
  • manifest: if "." is used it should have same outputs as node (#319) (d234c63)
  • pagination: tagging can use 'updated' releases should use 'created' (b5e370c)
  • parse false value for clean (fc5b3e5)
  • pass token to create release (3ad91fa)
  • path was sometimes empty string (37d7741)
  • read changelog-host url from action context (#587) (59912b3)
  • README.md typos (#186) (e363460)
  • release-please: buf fixes for pre-release versions (#334) (d7f1090)
  • release-please: don't add labels from fork (13bffc3)
  • release-please: fallback to tag (#89) (c6f1cd6)
  • release-please: fix for merge commits (#126) (35f9456)
  • release-please: fix whitespace issues in Rust (#195) (b5e370c)
  • release-please: fixed branch detection logic for ruby (#139) (cd052f4)
  • release-please: fixed bug with "." releaser (#283) (fe52822)
  • release-please: fixes for monorepo path handling (#181) (349920d)
  • release-please: handle missing packageName release-pr (#184) (88127ca)
  • release-please: include-component-in-tag ignored in manifest (#430) (42a3581)
  • release-please: increase page size for release PRs (#187) (abdb363)
  • release-please: last release had undefined ordering behavior (a4b349d)
  • release-please: map go to alternate tag separator (#157) (bdc110f)
  • release-please: missing js-yaml dependency (#254) (faf27ee)
  • release-please: paginate PRs by updated (#192) (92f9818)
  • release-please: pull in latest release-please (#416) (aeaf772)
  • release-please: release please with code-suggester bug fixes (#66) (6b79987)
  • release-please: setup.py retains formatting (#246) (038a2f3)
  • release-please: sort commits (#82) (846f33a)
  • release-please: stop dynamically loading releasers (#165) (4de8d4a)
  • release-please: update github-release call to new function (#217) (efd1c77)
  • release-please: update to release-please@11.8.1 (#293) (4d8569b)
  • release-please: upgrade release-please dep (#422) (ad9cdb7)
  • release-please: uses alternate approach to find files in repo (#198) (c540b9e)
  • release-please: uses factory from latest version (#222) (cede8e4)
  • relese-please: rollback bad release (#338) (68f6fc6)
  • ruby: properly support ruby release process (#92) (6c289af)
  • run tests on release PRs (#47) (b4c1bd2)
  • stop providing default values in action.yml (#573) (608c16b)
  • support alternate CHANGELOG.md path (#329) (3e6dc1e)
  • update release-please to 14.17.5 (#671) (4da3bc1)
  • use the static build helper (6872559)

Code Refactoring

  • if switching to manifest releaser, release_created will only be set if "." path is published. (52ffbbe)
  • switch to using @actions/core getBooleanInput, accepted values for true = ["true", "True", "TRUE"], accepted values for false = ["false", "False", "FALSE"] (52ffbbe)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

monorepo tags broken in v3 [bug] workflow env missing
2 participants