1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 14:41:16 +02:00

chore: release 2.1.1 (#63)

This commit is contained in:
DPEBot
2020-09-05 18:02:16 -07:00
committed by GitHub
parent 139a5efd7c
commit d38fe99d21
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.1.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.1.0...v2.1.1) (2020-09-06)
### Bug Fixes
* do not try to fork ([#62](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/62)) ([139a5ef](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/139a5efd7c7e8161ddaa5d5f0f3a80be2e2af96a))
## [2.1.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.0.0...v2.1.0) (2020-09-05)

2
package-lock.json generated
View File

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

View File

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