Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
google-github-actions-bot and bcoe authored Dec 29, 2021
1 parent cac23df commit 0ba95d5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.0.0](https://github.com/google-github-actions/release-please-action/compare/v2.35.0...v3.0.0) (2021-12-29)


### ⚠ 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)

### Features

* 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))
* **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))


### 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))

## [2.35.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.34.0...v2.35.0) (2021-10-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "2.35.0",
"version": "3.0.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0ba95d5

Please sign in to comment.