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

chore(main): release 3.5.1 (#647)

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-10-26 11:37:56 -05:00
committed by GitHub
parent c937c73db2
commit 2a4590f9c1
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [3.5.1](https://github.com/google-github-actions/release-please-action/compare/v3.5.0...v3.5.1) (2022-10-26)
### Bug Fixes
* bump @actions/core to get newer set-output syntax ([#638](https://github.com/google-github-actions/release-please-action/issues/638)) ([ac14dab](https://github.com/google-github-actions/release-please-action/commit/ac14dab3a541f3ec5cfabb1af281b1fa22022c0e))
* bump release-please from 14.5.0 to 14.14.0 ([#645](https://github.com/google-github-actions/release-please-action/issues/645)) ([619c472](https://github.com/google-github-actions/release-please-action/commit/619c4723eb5c7f0b0108728d45e72f99de594596))
## [3.5.0](https://github.com/google-github-actions/release-please-action/compare/v3.4.1...v3.5.0) (2022-09-08)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.5.0",
"version": "3.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.5.0",
"version": "3.5.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",

View File

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