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

chore(main): release 3.7.10 (#783)

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


##
[3.7.10](https://github.com/google-github-actions/release-please-action/compare/v3.7.9...v3.7.10)
(2023-06-23)


### Bug Fixes

* bump release-please from 15.10.4 to 15.11.0
([#778](https://github.com/google-github-actions/release-please-action/issues/778))
([18e5fcf](18e5fcf197))

---
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-06-23 14:17:22 -04:00
committed by GitHub
parent a1aeb30206
commit 8016a66492
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.7.10](https://github.com/google-github-actions/release-please-action/compare/v3.7.9...v3.7.10) (2023-06-23)
### Bug Fixes
* bump release-please from 15.10.4 to 15.11.0 ([#778](https://github.com/google-github-actions/release-please-action/issues/778)) ([18e5fcf](https://github.com/google-github-actions/release-please-action/commit/18e5fcf19741ed0c95c18b1509f148b7977ceaaf))
## [3.7.9](https://github.com/google-github-actions/release-please-action/compare/v3.7.8...v3.7.9) (2023-05-25)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.7.9",
"version": "3.7.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.7.9",
"version": "3.7.10",
"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.9",
"version": "3.7.10",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {