mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-11 21:51:36 +02:00
chore: release 2.11.0 (#138)
This commit is contained in:
committed by
GitHub
parent
b8c01db253
commit
36c65ee4e9
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# 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.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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "2.10.1",
|
"version": "2.11.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.10.1",
|
"version": "2.11.0",
|
||||||
"description": "automated releases based on conventional commits",
|
"description": "automated releases based on conventional commits",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user