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

chore: release 2.11.3 (#147)

This commit is contained in:
google-github-actions-bot
2020-12-07 17:03:49 -06:00
committed by GitHub
parent fc2d6df6ff
commit cda2844130
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
### [2.11.3](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.2...v2.11.3) (2020-12-07)
### Bug Fixes
* **go:** filter additional PRs from gapic repo ([#145](https://www.github.com/google-github-actions/release-please-action/issues/145)) ([b02ff3b](https://www.github.com/google-github-actions/release-please-action/commit/b02ff3b568326db3e85a5249ae37e33c39dd4563))
### [2.11.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.1...v2.11.2) (2020-12-07) ### [2.11.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.1...v2.11.2) (2020-12-07)

2
package-lock.json generated
View File

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

View File

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