Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
chore: release 2.19.0 (#234)
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 committed Feb 17, 2021
1 parent 59a01bf commit 76ee919
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [2.19.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.18.1...v2.19.0) (2021-02-17)


### Features

* **release-please:** add default token input option ([#212](https://www.github.com/google-github-actions/release-please-action/issues/212)) ([eea7db7](https://www.github.com/google-github-actions/release-please-action/commit/eea7db7fda9e26271d7bcd313f760e7443fee321))


### Bug Fixes

* get the correct boolean value of the input ([#233](https://www.github.com/google-github-actions/release-please-action/issues/233)) ([c23605f](https://www.github.com/google-github-actions/release-please-action/commit/c23605fcb2b0807911f30bf19060ddeda84e105a))

### [2.18.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.18.0...v2.18.1) (2021-02-15)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "2.18.1",
"version": "2.19.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 76ee919

Please sign in to comment.