mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-10 19:41:13 +02:00
chore: release 2.3.0 (#68)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [2.3.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.2.0...v2.3.0) (2020-09-17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **release-please:** now supports large files; introduces fork option ([#67](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/67)) ([e7d31db](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/e7d31db9262f11895e7938b84f049e2d6a31be4f))
|
||||
|
||||
## [2.2.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.1.1...v2.2.0) (2020-09-10)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"private": true,
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "automated releases based on conventional commits",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user