1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 22:01:15 +02:00

chore: release 2.20.0 (#252)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-02-22 20:00:41 -06:00
committed by GitHub
parent 99a078c6e9
commit 78cf31b3d3
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.20.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.19.2...v2.20.0) (2021-02-23)
### Features
* **release-please:** update to v11.0.0 of release please ([#250](https://www.github.com/google-github-actions/release-please-action/issues/250)) ([d7ed0b8](https://www.github.com/google-github-actions/release-please-action/commit/d7ed0b8f09544ebc80152b2f8b1b4736d2cb9b9b))
### [2.19.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.19.1...v2.19.2) (2021-02-20)

2
package-lock.json generated
View File

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

View File

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