1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 06:01:38 +02:00

chore: release 2.11.2 (#144)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2020-12-07 15:49:29 -06:00
committed by GitHub
parent 97021ca0e1
commit 636de4c256
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.11.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.1...v2.11.2) (2020-12-07)
### Bug Fixes
* **go:** pass monorepoTags when opening PR ([#142](https://www.github.com/google-github-actions/release-please-action/issues/142)) ([3428252](https://www.github.com/google-github-actions/release-please-action/commit/34282521f08daa0962fba0a8d98936286a0b2896))
### [2.11.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.0...v2.11.1) (2020-12-07)

2
package-lock.json generated
View File

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

View File

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