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

chore(main): release 3.7.5 (#731)

🤖 I have created a release *beep* *boop*
---


##
[3.7.5](https://github.com/google-github-actions/release-please-action/compare/v3.7.4...v3.7.5)
(2023-03-07)


### Bug Fixes

* bump release-please from 15.7.0 to 15.8.0
([#720](https://github.com/google-github-actions/release-please-action/issues/720))
([57bb5dc](57bb5dcfd4))
* bump release-please from 15.8.0 to 15.8.1
([#728](https://github.com/google-github-actions/release-please-action/issues/728))
([0e82314](0e82314438))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Google GitHub Actions Bot
2023-03-07 13:21:01 -05:00
committed by GitHub
parent 5c7e88a484
commit e0b9d1885d
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [3.7.5](https://github.com/google-github-actions/release-please-action/compare/v3.7.4...v3.7.5) (2023-03-07)
### Bug Fixes
* bump release-please from 15.7.0 to 15.8.0 ([#720](https://github.com/google-github-actions/release-please-action/issues/720)) ([57bb5dc](https://github.com/google-github-actions/release-please-action/commit/57bb5dcfd45d36ae2cf9a53c8471809f069b51fd))
* bump release-please from 15.8.0 to 15.8.1 ([#728](https://github.com/google-github-actions/release-please-action/issues/728)) ([0e82314](https://github.com/google-github-actions/release-please-action/commit/0e8231443801f46a34e86e2cba13c69d75dd053e))
## [3.7.4](https://github.com/google-github-actions/release-please-action/compare/v3.7.3...v3.7.4) (2023-02-13)

4
package-lock.json generated
View File

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

View File

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