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

chore: release 2.5.2 (#83)

This commit is contained in:
yoshi-code-bot
2020-10-08 18:19:49 -07:00
committed by GitHub
parent 0358b8689e
commit 9417a654f6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.5.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.1...v2.5.2) (2020-10-09)
### Bug Fixes
* **release-please:** sort commits ([#82](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/82)) ([846f33a](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/846f33aee4836826ed78a893aa7c1bbd46da6bd4))
### [2.5.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.0...v2.5.1) (2020-10-08)

2
package-lock.json generated
View File

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

View File

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