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

chore: release 2.11.1 (#141)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2020-12-07 14:54:12 -06:00
committed by GitHub
parent f506d9032d
commit c154ba6693
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.11.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.0...v2.11.1) (2020-12-07)
### Bug Fixes
* **release-please:** fixed branch detection logic for ruby ([#139](https://www.github.com/google-github-actions/release-please-action/issues/139)) ([cd052f4](https://www.github.com/google-github-actions/release-please-action/commit/cd052f41cb6dce082f59e9edad966004813dcdc5))
## [2.11.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.10.1...v2.11.0) (2020-12-07)

2
package-lock.json generated
View File

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

View File

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