1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 11:51:16 +02:00

chore: release 2.19.0 (#234)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-02-17 15:40:34 -06:00
committed by GitHub
parent 59a01bf6ab
commit 76ee919f52
3 changed files with 14 additions and 2 deletions

View File

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

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "release-please-action",
"version": "2.18.1",
"version": "2.19.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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": {