Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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