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

chore: release 2.5.0 (#80)

This commit is contained in:
yoshi-code-bot
2020-10-08 14:04:31 -07:00
committed by GitHub
parent fad36d0fcd
commit 2426c55a07
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [2.5.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.2...v2.5.0) (2020-10-08)
### Features
* **deps:** release-please with support for alternate release branches ([#79](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/79)) ([dfe6b62](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/dfe6b622584ce774821ae93012eda87a2ad9d8a5))
### Bug Fixes
* **build:** revert build to non-debug form ([e6f39a1](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/e6f39a1ff2137720a77acef0b92a813658920fa4))
### [2.4.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.1...v2.4.2) (2020-10-01)

2
package-lock.json generated
View File

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

View File

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