1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 07:21:11 +02:00

chore: release 2.17.0 (#208)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-02-08 12:52:14 -06:00
committed by GitHub
parent 6f7e46da0b
commit b7fac390e7
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.17.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.16.0...v2.17.0) (2021-02-05)
### Features
* **release-please:** add default branch input option for github release ([#206](https://www.github.com/google-github-actions/release-please-action/issues/206)) ([534536c](https://www.github.com/google-github-actions/release-please-action/commit/534536c1c22bf1b590511b1ab65c732a67439212))
## [2.16.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.3...v2.16.0) (2021-02-02)

2
package-lock.json generated
View File

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

View File

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