chore: release 2.16.0 (#204)

This commit is contained in:
google-github-actions-bot
2021-02-01 22:04:43 -06:00
committed by GitHub
parent 23f93356bd
commit 61a3f25af9
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.16.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.3...v2.16.0) (2021-02-02)
### Features
* **release-please:** add default branch input option ([#202](https://www.github.com/google-github-actions/release-please-action/issues/202)) ([4845e49](https://www.github.com/google-github-actions/release-please-action/commit/4845e49098adfa5e7b79838e06aaf281778e9545))
### [2.15.3](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.2...v2.15.3) (2021-01-22)

2
package-lock.json generated
View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "2.15.3",
"version": "2.16.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {