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

chore: release 1.6.1 (#53)

This commit is contained in:
DPEBot
2020-07-27 17:30:34 -07:00
committed by GitHub
parent 41fbc62bb1
commit 037d85c7c6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [1.6.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.6.0...v1.6.1) (2020-07-28)
### Bug Fixes
* add missing path and monorepo-tags options ([#52](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/52)) ([41fbc62](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/41fbc62bb12a4b0ff33a3ae5f401acc3d1bf3b7f))
## [1.6.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.5.0...v1.6.0) (2020-07-27)

2
package-lock.json generated
View File

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

View File

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