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

chore: release 2.5.6 (#90)

This commit is contained in:
yoshi-code-bot
2020-10-14 18:16:14 -07:00
committed by GitHub
parent b80fc554fb
commit 0a415f5e46
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.5.6](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.5...v2.5.6) (2020-10-15)
### Bug Fixes
* **release-please:** fallback to tag ([#89](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/89)) ([c6f1cd6](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/c6f1cd680fabd9729dc13f6bde59ed5160acb9a3))
### [2.5.5](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.4...v2.5.5) (2020-10-10)

2
package-lock.json generated
View File

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

View File

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