Skip to content
Closed
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.4.0](https://github.com/google-github-actions/release-please-action/compare/v3.3.0...v3.4.0) (2022-08-23)


### Features

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


### Bug Fixes

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

## [3.3.0](https://github.com/google-github-actions/release-please-action/compare/v3.2.10...v3.3.0) (2022-08-10)


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": "3.3.0",
"version": "3.4.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {
Expand Down