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

chore: release 1.5.0 (#46)

This commit is contained in:
DPEBot
2020-07-23 13:52:15 -07:00
committed by GitHub
parent 367f112c21
commit 944ff5b2b4
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.5.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.4.0...v1.5.0) (2020-07-23)
### Features
* **release-please:** auth gets; stop skipping all ci/cd ([#45](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/45)) ([367f112](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/367f112c21cbef9eef1ec197173f276b42b2fcbf))
## [1.4.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.3.2...v1.4.0) (2020-07-23)

2
package-lock.json generated
View File

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

View File

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