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

chore: release 2.4.0 (#71)

This commit is contained in:
yoshi-code-bot
2020-09-17 14:01:55 -07:00
committed by GitHub
parent 37d423feba
commit 291e00f209
3 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## [2.4.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.3.0...v2.4.0) (2020-09-17)
### Features
* allow github-release/release-pr to be run separately ([#70](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/70)) ([37d423f](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/37d423feba66be7be541aa122419aee5b50fdf98))
### Bug Fixes
* default changelog sections to undefined ([31e1a25](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/31e1a25ccf4f8df92fdb4066e3650a6167e5fe25))
* **build:** release from fork ([f2bda04](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/f2bda04bb55ac6fdaf5e3673a78323966a3768b5))
## [2.3.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.2.0...v2.3.0) (2020-09-17)

2
package-lock.json generated
View File

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

View File

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