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

chore: release 1.4.0 (#44)

This commit is contained in:
DPEBot
2020-07-23 11:13:51 -07:00
committed by GitHub
parent 90469b02b4
commit af7f81de19
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.4.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.3.2...v1.4.0) (2020-07-23)
### Features
* output tag name and upload url ([#43](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/43)) ([90469b0](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/90469b02b471d8f7cba6c353b4c1ec1bab5bcde4))
### [1.3.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.3.1...v1.3.2) (2020-06-17)

2
package-lock.json generated
View File

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

View File

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