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

chore: release 2.11.0 (#138)

This commit is contained in:
google-github-actions-bot
2020-12-07 12:02:48 -06:00
committed by GitHub
parent b8c01db253
commit 36c65ee4e9
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [2.11.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.10.1...v2.11.0) (2020-12-07)
### Features
* **release-please:** upgrade to relese-please with go support ([#133](https://www.github.com/google-github-actions/release-please-action/issues/133)) ([5703b0f](https://www.github.com/google-github-actions/release-please-action/commit/5703b0fdec00d70d4be84f7d1a98b3e5adb738ec))
### Bug Fixes
* do not set PR output, if no PR opened ([#129](https://www.github.com/google-github-actions/release-please-action/issues/129)) ([b0faf1d](https://www.github.com/google-github-actions/release-please-action/commit/b0faf1dd7d65697a12321df74e57458262513d70))
### [2.10.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.10.0...v2.10.1) (2020-12-03)

2
package-lock.json generated
View File

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

View File

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